Fix memory leaks in gui
[pspp-builds.git] / src / ui / gui / helper.c
index 9cbd6f0f2a9d9bf6991da032358d344e25d505a6..da74882a8f0bbae0557c91b3d6de82256a6e490b 100644 (file)
@@ -336,6 +336,8 @@ clone_list_store (const GtkListStore *src)
       row++;
     }
 
+  g_free (types);
+
   return dest;
 }