On Sat, Jul 27, 2013 at 8:07 AM, Nicholas Marriott
<nicholas.marri...@gmail.com> wrote:
> Does this do it instead?
>
> diff --git a/server-fn.c b/server-fn.c
> index 7ef6413..37ef879 100644
> --- a/server-fn.c
> +++ b/server-fn.c
> @@ -396,9 +396,9 @@ server_destroy_session_group(struct session *s)
>         if ((sg = session_group_find(s)) == NULL)
>                 server_destroy_session(s);
>         else {
> +               TAILQ_REMOVE(&session_groups, sg, entry);
>                 TAILQ_FOREACH(s, &sg->sessions, gentry)
>                         server_destroy_session(s);
> -               TAILQ_REMOVE(&session_groups, sg, entry);
>                 free(sg);
>         }
>  }

Unfortunately not. With that patch, I get the same crash.

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to