diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index b1ea60018..dc295be6d 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -112,7 +112,6 @@ dispatch_channel_cb (EmpathyDispatcher *dispatcher, ft_manager = empathy_ft_manager_get_default (); tp_file = empathy_tp_file_new (channel); empathy_ft_manager_add_tp_file (ft_manager, tp_file); - empathy_tp_file_keep_alive (tp_file); g_object_unref (tp_file); } } |