[BACK]Return to notify.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/notify.c between version 1.7 and 1.8

version 1.7, 2015/06/05 18:06:30 version 1.8, 2015/06/05 18:18:32
Line 123 
Line 123 
                 if (ne->client != NULL)                  if (ne->client != NULL)
                         server_client_unref(ne->client);                          server_client_unref(ne->client);
                 if (ne->session != NULL)                  if (ne->session != NULL)
                         ne->session->references--;                          session_unref(ne->session);
                 if (ne->window != NULL)                  if (ne->window != NULL)
                         window_remove_ref(ne->window);                          window_remove_ref(ne->window);
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8