Christian Brabandt wrote: > On Wed, November 28, 2012 15:25, Bram Moolenaar wrote: > > > > Patch 7.3.730 > > Problem: Crash in PHP file when using syntastic. (Ike Devolder) > > Solution: Avoid using NULL pointer. (Christian Brabandt) > > Files: src/quickfix.c > > Huh, that was fast.
Trying to catch up with the long list of patches. > I haven't gotten the time to check the valgrind > question yet, that came up in that thread (I don't particular know > valgrind very well) and additionally, we should remove the win_T > argument to the call of qf_new_list() that was introduced with patch > 7.3.715. I can sort of see why setting w_llist to NULL can be removed. But checking with valgrind is still a good idea. If you have some script that will touch the relevant code. > So here is that missing part. Thanks. -- >From "know your smileys": :~) A man with a tape recorder up his nose /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
