mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue