mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue