forked from PsychoticNinja/irssi
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)
|
static void module_prefixes_free(char **list)
|
||||||
{
|
{
|
||||||
char **pos = list+1;
|
char **pos = list+2;
|
||||||
|
|
||||||
while (*pos != NULL) {
|
while (*pos != NULL) {
|
||||||
g_free(*pos);
|
g_free(*pos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user