From ea26c5e9f85fb03e89b144878d338d80979a9560 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 28 May 2016 17:44:10 +1100 Subject: Fix a couple of minor memory leaks These fixes are needed for the test suite to pass when compiled with Address Sanitizer. --- test/test-bz89617.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test-bz89617.c b/test/test-bz89617.c index 35df8852..f8139a66 100644 --- a/test/test-bz89617.c +++ b/test/test-bz89617.c @@ -34,5 +34,7 @@ main (void) FcConfigAppFontAddFile (config, (const FcChar8 *)"/dev/null")) return 1; + FcConfigDestroy (config); + return 0; } -- cgit v1.2.3