diff src/frame.c @ 52753:551e8ebadb62

Fix memory leaks (from YAMAMOTO Mitsuharu)
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 05 Oct 2003 12:15:39 +0000
parents 751a01f97570
children d08832a11cfd
line wrap: on
line diff
--- a/src/frame.c	Sun Oct 05 11:52:47 2003 +0000
+++ b/src/frame.c	Sun Oct 05 12:15:39 2003 +0000
@@ -1279,6 +1279,8 @@
 
   if (f->namebuf)
     xfree (f->namebuf);
+  if (f->decode_mode_spec_buffer)
+    xfree (f->decode_mode_spec_buffer);
   if (FRAME_INSERT_COST (f))
     xfree (FRAME_INSERT_COST (f));
   if (FRAME_DELETEN_COST (f))