зеркало из https://github.com/mozilla/pjs.git
Memory allocated by strdup() should be freed by free(), not PR_Free().
This commit is contained in:
Родитель
268c8fa1fd
Коммит
72c6a27c74
|
@ -277,7 +277,7 @@ void _PR_LogCleanup(void)
|
|||
|
||||
while (lm != NULL) {
|
||||
PRLogModuleInfo *next = lm->next;
|
||||
PR_Free((/*const*/ char *)lm->name);
|
||||
free((/*const*/ char *)lm->name);
|
||||
PR_Free(lm);
|
||||
lm = next;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче