diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-09 14:37:57 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-09 14:37:57 -0800 |
commit | 6beef589e32d874e5d961e7e6f7b2a68c56538bd (patch) | |
tree | c27f129c1011d63570295117ea6cabd5e25e65f8 /plugins/python/python.c | |
parent | 285ddd0b60974bebbee6ea6168bf8d53262f6145 (diff) |
Make source cleah with cppcheck, except for mpc and sasl
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r-- | plugins/python/python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c index 0ff669b6..2e298c35 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -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); } } |