From: Andreas Ă–man Date: Wed, 9 Sep 2009 20:48:18 +0000 (+0000) Subject: Argh, another leak. Shame on me X-Git-Tag: 2.12~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbd4b48d2f0496000e04e45cdf3479552e4d5a5e;p=thirdparty%2Ftvheadend.git Argh, another leak. Shame on me --- diff --git a/src/htsp.c b/src/htsp.c index ae70b5949..7dd79cebc 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -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;