Make source cleah with cppcheck, except for mpc and sasl

This commit is contained in:
RichardHitt
2013-01-09 14:37:57 -08:00
parent 285ddd0b60
commit 6beef589e3
11 changed files with 27 additions and 10 deletions

View File

@ -2137,6 +2137,7 @@ Command_PyReload(char *name)
char *filename = strdup(plugin->filename);
Command_PyUnload(filename);
Command_PyLoad(filename);
/* cppcheck-suppress deallocDealloc */
g_free(filename);
}
}