aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 060922e769..0fb1a311e2 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -306,6 +306,9 @@ prefs_cleanup(void)
* do what clean up we can.
*/
prefs_modules_foreach(free_module_prefs, NULL);
+
+ /* Clean the uats */
+ uat_cleanup();
}
/*