mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
4c6237256f
commit
2533e17bcc
@ -81,7 +81,6 @@ static int perl_source_event(PERL_SOURCE_REC *rec)
|
|||||||
|
|
||||||
signal_emit("script error", 2, rec->script,
|
signal_emit("script error", 2, rec->script,
|
||||||
SvPV(ERRSV, n_a));
|
SvPV(ERRSV, n_a));
|
||||||
g_free(package);
|
|
||||||
}
|
}
|
||||||
perl_source_unref(rec);
|
perl_source_unref(rec);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user