summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/tracemalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Python/tracemalloc.c')
-rw-r--r--contrib/tools/python3/Python/tracemalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/Python/tracemalloc.c b/contrib/tools/python3/Python/tracemalloc.c
index bc765623522..e13064bd145 100644
--- a/contrib/tools/python3/Python/tracemalloc.c
+++ b/contrib/tools/python3/Python/tracemalloc.c
@@ -836,7 +836,7 @@ _PyTraceMalloc_Init(void)
tracemalloc_tracebacks = hashtable_new(hashtable_hash_traceback,
hashtable_compare_traceback,
- NULL, raw_free);
+ raw_free, NULL);
tracemalloc_traces = tracemalloc_create_traces_table();
tracemalloc_domains = tracemalloc_create_domains_table();