diff options
Diffstat (limited to 'em-format/em-format.c')
-rw-r--r-- | em-format/em-format.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index 23b2fd6ba8..9603dbd4cb 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -2032,6 +2032,8 @@ em_format_parse_async (EMFormat *emf, g_simple_async_result_run_in_thread ( simple, emf_start_async_parser, G_PRIORITY_DEFAULT, cancellable); + + g_object_unref (simple); } void |