mirror of
https://github.com/tmux/tmux.git
synced 2025-12-26 19:56:03 +00:00
Log what is happening with window and session reference counts much more
obviously.
This commit is contained in:
@@ -225,10 +225,10 @@ static void
|
||||
window_choose_data_free(struct window_choose_data *wcd)
|
||||
{
|
||||
server_client_unref(wcd->start_client);
|
||||
session_unref(wcd->start_session);
|
||||
session_remove_ref(wcd->start_session, __func__);
|
||||
|
||||
if (wcd->tree_session != NULL)
|
||||
session_unref(wcd->tree_session);
|
||||
session_remove_ref(wcd->tree_session, __func__);
|
||||
|
||||
free(wcd->ft_template);
|
||||
format_free(wcd->ft);
|
||||
|
||||
Reference in New Issue
Block a user