changeset 7775:87c94fd5719f

small memleaks
author arpi
date Thu, 17 Oct 2002 00:53:14 +0000
parents 88ae4547a289
children 75c5762e7b55
files subreader.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }