Revision: 2717
          http://tmux.svn.sourceforge.net/tmux/?rev=2717&view=rev
Author:   tcunha
Date:     2012-03-07 13:40:08 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
Sync OpenBSD patchset 1042:

free -> xfree.

Modified Paths:
--------------
    trunk/cmd-new-window.c
    trunk/cmd-split-window.c

Modified: trunk/cmd-new-window.c
===================================================================
--- trunk/cmd-new-window.c      2012-03-07 13:39:29 UTC (rev 2716)
+++ trunk/cmd-new-window.c      2012-03-07 13:40:08 UTC (rev 2717)
@@ -133,7 +133,7 @@
 
                cp = format_expand(ft, template);
                ctx->print(ctx, "%s", cp);
-               free(cp);
+               xfree(cp);
 
                format_free(ft);
        }

Modified: trunk/cmd-split-window.c
===================================================================
--- trunk/cmd-split-window.c    2012-03-07 13:39:29 UTC (rev 2716)
+++ trunk/cmd-split-window.c    2012-03-07 13:40:08 UTC (rev 2717)
@@ -151,7 +151,7 @@
 
                cp = format_expand(ft, template);
                ctx->print(ctx, "%s", cp);
-               free(cp);
+               xfree(cp);
 
                format_free(ft);
        }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to