[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.2 and 1.3

version 1.2, 2012/07/13 06:27:41 version 1.3, 2012/08/21 10:00:33
Line 125 
Line 125 
                 if (ne->session != NULL)                  if (ne->session != NULL)
                         ne->session->references--;                          ne->session->references--;
                 if (ne->window != NULL)                  if (ne->window != NULL)
                         ne->window->references--;                          window_remove_ref(ne->window);
   
                 TAILQ_REMOVE(&notify_queue, ne, entry);                  TAILQ_REMOVE(&notify_queue, ne, entry);
                 free(ne);                  free(ne);
         }          }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3