From 7b3b68462e039d540ad029d94c3b8fb876887472 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 18 Oct 2016 13:49:24 +0200 Subject: Fix memory leak in box and listview widget, add coverage make target. (ggcov and lcov) --- source/xrmoptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/xrmoptions.c') diff --git a/source/xrmoptions.c b/source/xrmoptions.c index 0217833e..6d69e1d9 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -197,7 +197,7 @@ static XrmOption xrmOptions[] = { }; /** Dynamic array of extra options */ -XrmOption *extra_options = NULL; +XrmOption *extra_options = NULL; /** Number of entries in extra options array */ unsigned int num_extra_options = 0; -- cgit v1.2.3