]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Fixed tiny memory leak when exiting mlmmj-sub
authorBen Schmidt <none@none>
Sun, 5 Dec 2010 08:13:25 +0000 (19:13 +1100)
committerBen Schmidt <none@none>
Sun, 5 Dec 2010 08:13:25 +0000 (19:13 +1100)
src/mlmmj-sub.c

index 34d0ebb10e99dc4bdb909e87a7efe1f99cc3a456..65dd70d822a542e8d0adcc780e1afdc2364a86c0 100644 (file)
@@ -756,6 +756,7 @@ int main(int argc, char **argv)
                notify_sub(listdir, listaddr, listdelim, address, mlmmjsend,
                                typesub);
 
+       myfree(address);
        myfree(listaddr);
        myfree(listdelim);