aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-05-02 17:21:57 +0200
committerMichael Mann <mmann78@netscape.net>2016-06-14 19:34:12 +0000
commit0d4569851cf78e2d68a5fc5e60d977cd4f77438a (patch)
tree87aab4ca1e8aefc22a619169b0d4cd90ff8f43d4 /epan/tvbparse.h
parenta7ab65df896aa2da858e0d0f8029335f19c8d034 (diff)
tvbparse: change g_hash_table to wmem_map.
Change-Id: I245595051617f6d6333314240825a526adf19339 Reviewed-on: https://code.wireshark.org/review/15244 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/tvbparse.h')
-rw-r--r--epan/tvbparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbparse.h b/epan/tvbparse.h
index 2a5386a9bb..6128b8bbca 100644
--- a/epan/tvbparse.h
+++ b/epan/tvbparse.h
@@ -121,7 +121,7 @@ struct _tvbparse_wanted_t {
const tvbparse_wanted_t* subelem;
} until;
struct {
- GHashTable* table;
+ wmem_map_t* table;
struct _tvbparse_wanted_t* key;
struct _tvbparse_wanted_t* other;
} hash;