From Steve Ford: "prefs_register_string_preference()" makes a copy of
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Oct 2003 21:19:44 +0000 (21:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Oct 2003 21:19:44 +0000 (21:19 +0000)
commit94049ee026fe69eb1a58df255b771f0b77c85a2e
tree000589c0adf892543fafbfa14ac46848b2872c97
parentce0d915a63c2aa8598c2fe7e259bc0d4ac9028d0
From Steve Ford: "prefs_register_string_preference()" makes a copy of
any string pointed to by the preference variable - as the value we set
it to is allocated, we should free it after registering the preference.

The register routine is called only once - don't worry about whether
"gbl_diameterDictionary" is null or not.

Get rid of a duplicate credit entry in the man page.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8813 f5534014-38df-0310-8fa8-9805f1628bb7
AUTHORS
doc/ethereal.pod
packet-diameter.c