diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 7c8033d84..cd1d97ae0 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -820,6 +820,7 @@ hash_job_done (gpointer user_data) if (hash_data->error != NULL) { error = hash_data->error; + hash_data->error = NULL; goto cleanup; } |