changeset 1843:e36e473a1b7d

Fix a memory leak.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 31 Oct 2017 23:10:13 +0200
parents ac74a0ab50d9
children 5b4fd06ffa89
files liblocfile.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liblocfile.c	Tue Oct 31 23:10:06 2017 +0200
+++ b/liblocfile.c	Tue Oct 31 23:10:13 2017 +0200
@@ -159,6 +159,7 @@
     }
 
     th_free_r(&marker->uri);
+    th_free_r(&marker->freeform);
 }