diff options
author | John Ralls <jralls@ceridwen.us> | 2014-12-24 12:50:57 -0800 |
---|---|---|
committer | John Ralls <jralls@ceridwen.us> | 2014-12-24 12:50:57 -0800 |
commit | 4bd787f2afe14233e183fcfac7103cf9597ca50a (patch) | |
tree | fb17c18b93ae23015b6e191f94a0ab22b9436ad9 /modules | |
parent | 7f28077b5af6bfd5d54447a0f10c552258b9b934 (diff) | |
download | gtk+-4bd787f2afe14233e183fcfac7103cf9597ca50a.tar.gz |
Prevent double-free after 8b5d30d43.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/imquartz.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/input/imquartz.c b/modules/input/imquartz.c index c80e0cb19a..fa2afd3f81 100644 --- a/modules/input/imquartz.c +++ b/modules/input/imquartz.c @@ -172,9 +172,6 @@ output_result (GtkIMContext *context, retval = TRUE; } - g_free (fixed_str); - g_free (marked_str); - return retval; } |