Check for valid column titles (non-zero-length) and valid column formats
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jul 2001 21:50:47 +0000 (21:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jul 2001 21:50:47 +0000 (21:50 +0000)
commitd43965a2ab39173e6e86c9962ca09f2906abbc74
tree2745b3add8af23002b90a722bf9145ad85bc359f
parenta21b3d3a3ddd85f1e0a5b57838b2efe8954233d4
Check for valid column titles (non-zero-length) and valid column formats
in preference settings.

In the process of doing that, fix a memory leak (we were handing a null
pointer, rather than a pointer to the list of strings in
"column.format", to "clear_string_list()").

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3775 f5534014-38df-0310-8fa8-9805f1628bb7
column.c
gtk/column_prefs.c
prefs.c