diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2007-02-27 22:22:56 +0000 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2007-02-27 22:22:56 +0000 |
commit | 158d2c993478c5dbdf3052117b4d46325de1c550 (patch) | |
tree | cf230ac38f2bc79acaba48b174dc573cebe3195b /src/plugins/scripts/python/weechat-python.c | |
parent | 7758f0299263d78417b5fc5d84e866660439f9a9 (diff) | |
download | weechat-158d2c993478c5dbdf3052117b4d46325de1c550.zip |
bug fix and code cleanup in plugins/scripts
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index d3d649a0e..96806e18c 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -2061,7 +2061,6 @@ weechat_python_load (t_weechat_plugin *plugin, char *filename) plugin->print_server (plugin, "Python error: unable to parse file \"%s\"", filename); - free (python_current_script_filename); fclose (fp); if (PyErr_Occurred ()) PyErr_Print (); |