mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
commit
f612f2ee51
2 changed files with 4 additions and 1 deletions
|
|
@ -229,6 +229,7 @@ static void settings_add(const char *module, const char *section,
|
|||
if (rec->type != type) {
|
||||
g_warning("Trying to add already existing "
|
||||
"setting '%s' with different type.", key);
|
||||
g_strfreev(choices_vec);
|
||||
return;
|
||||
}
|
||||
rec->refcount++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue