mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
A similar for fix for window_choose: don't rely on the callback always being
called to free data, have a separate free callback and call it from the mode cleanup code.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: server-fn.c,v 1.73 2009-07-17 09:28:27 nicm Exp $ */
|
||||
/* $Id: server-fn.c,v 1.74 2009-07-17 12:12:54 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
|
Reference in New Issue
Block a user