1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Removed g_free(package) that wasn't supposed to be there.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2207 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-07 02:40:30 +00:00 committed by cras
parent 4c6237256f
commit 2533e17bcc

View File

@ -81,7 +81,6 @@ static int perl_source_event(PERL_SOURCE_REC *rec)
signal_emit("script error", 2, rec->script,
SvPV(ERRSV, n_a));
g_free(package);
}
perl_source_unref(rec);