Wireshark-commits: [Wireshark-commits] rev 50985: / /trunk-1.10/ui/: recent.c
Date: Sun, 28 Jul 2013 20:25:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50985

User: guy
Date: 2013/07/28 01:25 PM

Log:
 Copy over r50984 from trunk:
 
   ------------------------------------------------------------------------
   r50984 | guy | 2013-07-28 13:24:27 -0700 (Sun, 28 Jul 2013) | 7 lines
 
   Add a comment.
 
   In recent_add_cfilter(), the list we're working on is cfilter_list;
   properly remove an item from it - don't assign the result to
   recent_cfilter_list, assign it to cfilter_list.  This may fix some
   crashes and Valgrind errors.

Directory: /trunk-1.10/ui/
  Changes    Path          Action
  +3 -1      recent.c      Modified