summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-12-18 08:47:42 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-18 07:20:10 -0800
commitda154222cc659769770a625c17bf4162eb929f42 (patch)
treeff0072226b3d7e8b3772a25fa0bef657ffd245ca /subsurfacestartup.h
parentbe1b79081d078b55aad0e85016d3ef2cd4cbdeaf (diff)
downloadsubsurface-da154222cc659769770a625c17bf4162eb929f42.tar.gz
Free strduped prefs before exit
This plugs a leak detected by valgrind. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.h')
-rw-r--r--subsurfacestartup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.h b/subsurfacestartup.h
index 8eaaaa091..44db42efe 100644
--- a/subsurfacestartup.h
+++ b/subsurfacestartup.h
@@ -15,6 +15,7 @@ extern bool imported;
void setup_system_prefs(void);
void parse_argument(const char *arg);
+void free_prefs(void);
#ifdef __cplusplus
}