]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Argh, another leak. Shame on me
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Sep 2009 20:48:18 +0000 (20:48 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Sep 2009 20:48:18 +0000 (20:48 +0000)
src/htsp.c

index ae70b5949722ead5e2ab7d021793422dbfb521b3..7dd79cebc8d066c71f687dfb964971f30a3db15e 100644 (file)
@@ -480,7 +480,7 @@ htsp_method_getDiskSpace(htsp_connection_t *htsp, htsmsg_t *in)
 static htsmsg_t *
 htsp_method_getSysTime(htsp_connection_t *htsp, htsmsg_t *in)
 {
-  htsmsg_t *out = htsmsg_create_map();
+  htsmsg_t *out;
   struct timeval tv;
   struct timezone tz;