Prevent double-free after 8b5d30d43.

This commit is contained in:
John Ralls
2014-12-24 12:50:57 -08:00
parent 7f28077b5a
commit 4bd787f2af

View File

@@ -172,9 +172,6 @@ output_result (GtkIMContext *context,
retval = TRUE;
}
g_free (fixed_str);
g_free (marked_str);
return retval;
}