* fix dumb logic about when to call free()
This commit was SVN r2211.
Этот коммит содержится в:
родитель
afd504203b
Коммит
aaca5f3bf6
@ -79,7 +79,7 @@ mca_pcmclient_singleton_init(int *priority,
|
||||
int
|
||||
mca_pcmclient_singleton_finalize(void)
|
||||
{
|
||||
if (NULL == mca_pcmclient_singleton_procs) {
|
||||
if (NULL != mca_pcmclient_singleton_procs) {
|
||||
free(mca_pcmclient_singleton_procs);
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user