# HG changeset patch # User arpi # Date 1034815994 0 # Node ID 87c94fd5719f068f0b903ee59aa7ddc43d01aa94 # Parent 88ae4547a289bb0ad8642fe4557ac5db1625c762 small memleaks diff -r 88ae4547a289 -r 87c94fd5719f subreader.c --- a/subreader.c Thu Oct 17 00:28:10 2002 +0000 +++ b/subreader.c Thu Oct 17 00:53:14 2002 +0000 @@ -923,6 +923,8 @@ } } + free(sub_name2); + free(sub_name1); return NULL; }