Re: Double-free crash in server_destroy_pane()

2010-04-17 Thread Nicholas Marriott
Yes, I think this is fine, committed, thanks. On Wed, Apr 14, 2010 at 10:28:47PM +0200, Romain Francoise wrote: > Hi, > > In my configuration (with remain-on-exit set to on), tmux 1.2 > crashes every time I terminate the subprocess living in the last > window of a given session (e.g. with ^D in

Double-free crash in server_destroy_pane()

2010-04-14 Thread Romain Francoise
Hi, In my configuration (with remain-on-exit set to on), tmux 1.2 crashes every time I terminate the subprocess living in the last window of a given session (e.g. with ^D in a shell). The reason is that window_pane_error_callback() and server_child_exited() both call server_destroy_pane() on the