prefs: free memory on cleanup.

Change-Id: I723032974e34940715ccde5c3744f8c572c6dfda
Reviewed-on: https://code.wireshark.org/review/19895
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2017-02-01 13:34:16 +01:00
parent 96c756cc6f
commit a2ce68451e
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,8 @@ prefs_cleanup(void)
/* Clean the uats */
uat_cleanup();
g_free(prefs.saved_at_version);
}
/*