diff options
Diffstat (limited to 'tubes/source')
-rw-r--r-- | tubes/source/file-transfer-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/file-transfer-helper.c b/tubes/source/file-transfer-helper.c index 12a6c0940930..725ebad6c35b 100644 --- a/tubes/source/file-transfer-helper.c +++ b/tubes/source/file-transfer-helper.c @@ -629,11 +629,11 @@ tp_file_hash_to_g_checksum (TpFileHashType type) static void check_hash_incoming (EmpathyFTHandler *handler) { - HashingData *hash_data; EmpathyFTHandlerPriv *priv = handler->priv; if (!tp_str_empty (priv->content_hash)) { + HashingData *hash_data; hash_data = g_slice_new0 (HashingData); hash_data->total_bytes = priv->total_bytes; hash_data->handler = g_object_ref (handler); |