X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=da74882a8f0bbae0557c91b3d6de82256a6e490b;hb=1bcb0e4c5d3084983b86675187088bb3ad906cc2;hp=9cbd6f0f2a9d9bf6991da032358d344e25d505a6;hpb=463d2f08bc7b9a2a2e47090f4f1e5a811278db43;p=pspp-builds.git diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index 9cbd6f0f..da74882a 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -336,6 +336,8 @@ clone_list_store (const GtkListStore *src) row++; } + g_free (types); + return dest; }