mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(memory): remove single arg SMemFree
This commit is contained in:
parent
51b200da0d
commit
47d903f4ac
7 changed files with 14 additions and 28 deletions
|
|
@ -20,7 +20,7 @@ void* S_Thread::s_SLaunchThread(void* threadParam) {
|
|||
pthread_cond_signal(¶ms->syncObject->m_cond);
|
||||
}
|
||||
|
||||
SMemFree(threadParam);
|
||||
STORM_FREE(threadParam);
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue