author | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 Nov 2007 11:17:26 +0000 (12:17 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 4 Dec 2007 09:04:44 +0000 (10:04 +0100) | ||
commit | 4c8dc8ef46b360f4586e21a81cc2cd6037deb34f | |
tree | 3ee68d45b7e26b7eae6466fca5a7d1dfffff2ab7 | tree | snapshot |
parent | 06c85d5b5c1731eeaee5c99a66d8df9abe1c1e0d | commit | diff |
perl plugin: Fixed a memory leak in pplugin_register_data_set().
The data set definition is copied by plugin_register_data_set() (in plugin.c)
and thus should be freed after it has been passed on to the plugin module.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
The data set definition is copied by plugin_register_data_set() (in plugin.c)
and thus should be freed after it has been passed on to the plugin module.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c | diff | blob | history |