mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MORE]
Fix memory leak svn path=/trunk/; revision=57927
This commit is contained in:
@@ -164,6 +164,7 @@ int main (int argc, char **argv)
|
||||
if (!LoadString(hApp, IDS_CONTINUE, szCont, sizeof(szCont) / sizeof(TCHAR)))
|
||||
{
|
||||
/* Shouldn't happen, so exit */
|
||||
free(buff);
|
||||
return 1;
|
||||
}
|
||||
szContLength = _tcslen(szCont);
|
||||
|
||||
Reference in New Issue
Block a user