mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
GC fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3056 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bb55d3ff4d
commit
6825f1e67e
6 changed files with 19 additions and 16 deletions
|
|
@ -57,8 +57,8 @@ void dcc_unregister_type(const char *type)
|
|||
|
||||
pos = gslist_find_string(dcc_types, type);
|
||||
if (pos != NULL) {
|
||||
g_free(pos->data);
|
||||
dcc_types = g_slist_remove(dcc_types, pos->data);
|
||||
g_free(pos->data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue