From e1c065116eb61a17d0484dcfdb7531216685189a Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 24 Sep 2008 10:34:07 +0100 Subject: [PATCH] Fix to increase the changes of building on Intrepid Ibex. --- src/gssmp_ui.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gssmp_ui.c b/src/gssmp_ui.c index c3a73df..802dfcf 100644 --- a/src/gssmp_ui.c +++ b/src/gssmp_ui.c @@ -364,10 +364,9 @@ void gssmp_ui_display_status_message (guint context_id, const gchar* msg, gtk_statusbar_pop (statusbar1, context_id_status_callback); gtk_statusbar_push (statusbar1, context_id_status_callback, full_msg); - - printf (full_msg); - printf ("\n"); - + + printf ("%s\n", full_msg); + g_free (full_msg); } -- 2.11.4.GIT