1
0
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:
Jochen Eisinger 2007-05-31 06:37:13 +00:00 committed by c0ffee
parent 1f009670a1
commit bd7bc8781b

View File

@ -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);