Clarify threadFree usage in documentation

This commit is contained in:
fincs 2017-02-17 16:08:16 +01:00
parent cffb347407
commit 112163e580

View File

@ -54,6 +54,7 @@ int threadGetExitCode(Thread thread);
/**
* @brief Frees a finished libctru thread.
* @param thread libctru thread handle
* @remarks This function should not be called if the thread is detached, as it is freed automatically when it finishes.
*/
void threadFree(Thread thread);