Commit a1445301 authored by Rémi Duraffort's avatar Rémi Duraffort

config: fix memory leak.

parent d49d125b
...@@ -473,7 +473,7 @@ void config_UnsortConfig (void) ...@@ -473,7 +473,7 @@ void config_UnsortConfig (void)
config.list = NULL; config.list = NULL;
config.count = 0; config.count = 0;
free (config.list); free (clist);
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment