diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-10-16 23:16:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-10-16 23:16:25 (GMT) |
commit | 84581571e138d5b7984b6d3198296013ec157d30 (patch) | |
tree | e4308cab1f1bf85feaaeb91e33874b7ef7ccbcbb /src/plugins | |
parent | 6f9563a0184e36fab8d0c2c38d151827784e331e (diff) |
Fixed many bugs using valgrind.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@269 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/plugin.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index 0cdcb04..89b46f0 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -357,13 +357,6 @@ MatchingFormatAction g_plugin_module_is_matching(const GPluginModule *plugin, ch result = plugin->is_matching(plugin, filename, data, length); - if (result == MFA_RELOAD) - { - if (old_filename != NULL) - free(old_filename); - free(old_data); - } - return result; } |