Karsten Hopp abb989
To: vim_dev@googlegroups.com
Karsten Hopp abb989
Subject: Patch 7.4.620
Karsten Hopp abb989
Fcc: outbox
Karsten Hopp abb989
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp abb989
Mime-Version: 1.0
Karsten Hopp abb989
Content-Type: text/plain; charset=UTF-8
Karsten Hopp abb989
Content-Transfer-Encoding: 8bit
Karsten Hopp abb989
------------
Karsten Hopp abb989
Karsten Hopp abb989
Patch 7.4.620
Karsten Hopp abb989
Problem:    Compiler warning for unitinialized variable. (Tony Mechelynck)
Karsten Hopp abb989
Solution:   Initialize "did_free". (Ben Fritz)
Karsten Hopp abb989
Files:	    src/eval.c
Karsten Hopp abb989
Karsten Hopp abb989
Karsten Hopp abb989
*** ../vim-7.4.619/src/eval.c	2015-02-03 17:10:02.149172883 +0100
Karsten Hopp abb989
--- src/eval.c	2015-02-04 22:28:33.244066584 +0100
Karsten Hopp abb989
***************
Karsten Hopp abb989
*** 6815,6821 ****
Karsten Hopp abb989
      win_T	*wp;
Karsten Hopp abb989
      int		i;
Karsten Hopp abb989
      funccall_T	*fc, **pfc;
Karsten Hopp abb989
!     int		did_free;
Karsten Hopp abb989
      int		did_free_funccal = FALSE;
Karsten Hopp abb989
  #ifdef FEAT_WINDOWS
Karsten Hopp abb989
      tabpage_T	*tp;
Karsten Hopp abb989
--- 6815,6821 ----
Karsten Hopp abb989
      win_T	*wp;
Karsten Hopp abb989
      int		i;
Karsten Hopp abb989
      funccall_T	*fc, **pfc;
Karsten Hopp abb989
!     int		did_free = FALSE;
Karsten Hopp abb989
      int		did_free_funccal = FALSE;
Karsten Hopp abb989
  #ifdef FEAT_WINDOWS
Karsten Hopp abb989
      tabpage_T	*tp;
Karsten Hopp abb989
*** ../vim-7.4.619/src/version.c	2015-02-04 22:02:33.184877183 +0100
Karsten Hopp abb989
--- src/version.c	2015-02-04 23:06:08.637946730 +0100
Karsten Hopp abb989
***************
Karsten Hopp abb989
*** 743,744 ****
Karsten Hopp abb989
--- 743,746 ----
Karsten Hopp abb989
  {   /* Add new patch number below this line */
Karsten Hopp abb989
+ /**/
Karsten Hopp abb989
+     620,
Karsten Hopp abb989
  /**/
Karsten Hopp abb989
Karsten Hopp abb989
-- 
Karsten Hopp abb989
hundred-and-one symptoms of being an internet addict:
Karsten Hopp abb989
177. You log off of your system because it's time to go to work.
Karsten Hopp abb989
Karsten Hopp abb989
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp abb989
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp abb989
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp abb989
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///