summaryrefslogtreecommitdiffstats
path: root/CommandLine.c
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLine.c')
-rw-r--r--CommandLine.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/CommandLine.c b/CommandLine.c
index ecfc731e..f0d22557 100644
--- a/CommandLine.c
+++ b/CommandLine.c
@@ -393,10 +393,8 @@ int CommandLine_run(const char* name, int argc, char** argv) {
/* Delete these last, since they can get accessed in the crash handler */
Settings_delete(settings);
- if (dc)
- Hashtable_delete(dc);
- if (dm)
- Hashtable_delete(dm);
+ DynamicColumns_delete(dc);
+ DynamicMeters_delete(dm);
return 0;
}