Karsten Hopp cdae50
To: vim-dev@vim.org
Karsten Hopp cdae50
Subject: Patch 7.2.419
Karsten Hopp cdae50
Fcc: outbox
Karsten Hopp cdae50
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp cdae50
Mime-Version: 1.0
Karsten Hopp cdae50
Content-Type: text/plain; charset=UTF-8
Karsten Hopp cdae50
Content-Transfer-Encoding: 8bit
Karsten Hopp cdae50
------------
Karsten Hopp cdae50
Karsten Hopp cdae50
Patch 7.2.419
Karsten Hopp cdae50
Problem:    Memory leak in Motif when clicking on "Search Vim Help".
Karsten Hopp cdae50
Solution:   Free string returned by XmTextGetString(). (Dominique Pelle)
Karsten Hopp cdae50
Files:	    src/gui_motif.c
Karsten Hopp cdae50
Karsten Hopp cdae50
Karsten Hopp cdae50
*** ../vim-7.2.418/src/gui_motif.c	2009-05-21 23:25:38.000000000 +0200
Karsten Hopp cdae50
--- src/gui_motif.c	2010-05-13 16:08:14.000000000 +0200
Karsten Hopp cdae50
***************
Karsten Hopp cdae50
*** 2917,2922 ****
Karsten Hopp cdae50
--- 2917,2923 ----
Karsten Hopp cdae50
  	    *textfield = NUL;
Karsten Hopp cdae50
  	else
Karsten Hopp cdae50
  	    vim_strncpy(textfield, p, IOSIZE - 1);
Karsten Hopp cdae50
+ 	XtFree((char *)p);
Karsten Hopp cdae50
      }
Karsten Hopp cdae50
  
Karsten Hopp cdae50
      suppress_dialog_mnemonics(dialogform);
Karsten Hopp cdae50
*** ../vim-7.2.418/src/version.c	2010-05-13 15:40:23.000000000 +0200
Karsten Hopp cdae50
--- src/version.c	2010-05-13 16:09:28.000000000 +0200
Karsten Hopp cdae50
***************
Karsten Hopp cdae50
*** 683,684 ****
Karsten Hopp cdae50
--- 683,686 ----
Karsten Hopp cdae50
  {   /* Add new patch number below this line */
Karsten Hopp cdae50
+ /**/
Karsten Hopp cdae50
+     419,
Karsten Hopp cdae50
  /**/
Karsten Hopp cdae50
Karsten Hopp cdae50
-- 
Karsten Hopp cdae50
hundred-and-one symptoms of being an internet addict:
Karsten Hopp cdae50
32. You don't know what sex three of your closest friends are, because they
Karsten Hopp cdae50
    have neutral nicknames and you never bothered to ask.
Karsten Hopp cdae50
Karsten Hopp cdae50
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp cdae50
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp cdae50
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp cdae50
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///