mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
skip fe_common prefix when freeing prefix list
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4533 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1f009670a1
commit
bd7bc8781b
@ -152,7 +152,7 @@ static char **module_prefixes_get(void)
|
||||
|
||||
static void module_prefixes_free(char **list)
|
||||
{
|
||||
char **pos = list+1;
|
||||
char **pos = list+2;
|
||||
|
||||
while (*pos != NULL) {
|
||||
g_free(*pos);
|
||||
|
Loading…
Reference in New Issue
Block a user