Fix plugin command memleak

This commit is contained in:
James Booth
2016-02-15 00:09:51 +00:00
parent bd928f0f29
commit 7945ef5277
4 changed files with 11 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ plugins_init(void)
curr = g_slist_next(curr);
}
}
prefs_free_plugins(plugins_load);
return;
}