summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 93d5738..dfb69d5 100644
--- a/main.c
+++ b/main.c
@@ -12,5 +12,11 @@ int main(int argc, char **argv) {
rs_free();
return 1;
}
+
+ /* Parsing stuff goes here. */
+
+ cfg_free();
+ rs_free();
+
return 0;
}