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

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

Log:
 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/ui/
  Changes    Path          Action
  +3 -1      recent.c      Modified