]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Plug memory leak
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 6 Nov 2012 11:48:50 +0000 (12:48 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 6 Nov 2012 11:49:06 +0000 (12:49 +0100)
src/webui/extjs.c

index 7ede18ae584fe5c50a785e14598c38990f02e8ca..10829e2e9fb64d32bc50176bf2804b58316e7a84 100644 (file)
@@ -619,6 +619,7 @@ extjs_epggrab(http_connection_t *hc, const char *remain, void *opaque)
             if ( str ) save |= epggrab_enable_module_by_id(str, u32);
           }
         }
+        htsmsg_destroy(array);
       }
     }
     if (save) epggrab_save();