"read_filter_list()" and "save_filter_list()" mallocate the path string
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Aug 2005 18:42:07 +0000 (18:42 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Aug 2005 18:42:07 +0000 (18:42 +0000)
commit8dd34ec0baaa117c14fd82ac86bd5dba0126a234
treeb9abb9f58ade6cc745c599f5954408e9ecc37071
parent048d44f2bd4a315deef5b99ab3f60c11259615d5
"read_filter_list()" and "save_filter_list()" mallocate the path string
that they return through the "pref_path_return" argument; make it a
"char **", as a pointer to a "char *" is passed to it, and the caller
has to free that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15249 f5534014-38df-0310-8fa8-9805f1628bb7
filters.c
filters.h