we dont have g_hash_table_new_full() on gtk1
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Sep 2007 23:27:34 +0000 (23:27 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Sep 2007 23:27:34 +0000 (23:27 +0000)
commit1aa1b7633aa73ac0b368828f5a97c7b679fc74cd
tree0b95d3028f45814c80d6f1a23fbab345c5c79087
parent992e657efc1085d39cf42e95b6fadf2524dbd5e7
we dont have g_hash_table_new_full() on gtk1
use g_hash_table_new() on gtk1 and leak memory instead

this should actually a be using an se_tree instead of hashtables

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22789 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-sdp.c