Wireshark-commits: [Wireshark-commits] rev 50563: /trunk/epan/ /trunk/epan/: prefs.c

Date: Sun, 14 Jul 2013 00:45:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50563

User: eapache
Date: 2013/07/13 05:45 PM

Log:
 Fix some of the preferences leaks. Don't strdup the defaults, as they will be
 strduped again immediately when they are registered. To make this safe, tweak
 the flow a bit so that they are guaranteed to be registered immediately after
 being set here.

Directory: /trunk/epan/
  Changes    Path          Action
  +9 -10     prefs.c       Modified