X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fsurface_heretic2%2Fsurfaceflagsdialog_heretic2.cpp;h=63c8378ec6a571a199bcd80b1ae606dab2bccf3d;hb=e4b1c1a55c5db801601ce3459bc061dd3f3a4ebd;hp=13e1cb4a75156e04fe978550135c180acbc3c39f;hpb=5265d3cc1517566910718738ee6fa48e2466d3ea;p=xonotic%2Fnetradiant.git diff --git a/plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp b/plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp index 13e1cb4a..63c8378e 100644 --- a/plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp +++ b/plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp @@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include +#include #include #include "surfdlg_plugin.h" @@ -983,7 +984,7 @@ on_surf_value_entry_insert_text (GtkEditable *editable, user_data); } gtk_signal_emit_stop_by_name (GTK_OBJECT (editable), "insert_text"); - + g_free (result); }