diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-10 02:14:02 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-10 02:14:02 -0800 |
commit | bf673072e8457b60a5a8c8d0adf53fa3ccb71ea6 (patch) | |
tree | 4a4d78d292998d449f04237c779d6d90e38b44ec /plugins/python | |
parent | efdfa50f1e711e5bdd3ec98a3dedea422b3da362 (diff) | |
parent | 475eb9fcaab1d846a3617f587f22bd77cdeddd5e (diff) |
Merge branch 'master' into pull350
Diffstat (limited to 'plugins/python')
-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); } } |