Skip to content
Snippets Groups Projects
Commit 5083642d authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#3376] Fixed segfault on quit with history activated

parent 10e48f7e
No related branches found
No related tags found
No related merge requests found
...@@ -201,8 +201,6 @@ sflphone_hung_up (callable_obj_t * c) ...@@ -201,8 +201,6 @@ sflphone_hung_up (callable_obj_t * c)
#if GTK_CHECK_VERSION(2,10,0) #if GTK_CHECK_VERSION(2,10,0)
status_tray_icon_blink (FALSE); status_tray_icon_blink (FALSE);
#endif #endif
free_callable_obj_t (c);
calltree_update_clock(); calltree_update_clock();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment