summaryrefslogtreecommitdiffstats
path: root/ta/ta_talloc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-23 19:48:25 +0100
committerwm4 <wm4@nowhere>2020-02-23 19:48:25 +0100
commit0ec036bfd8b82339ea65278302a3b771648d7aff (patch)
tree737802d581fddef6f8c3a75318caf98c875f2bab /ta/ta_talloc.h
parent758082a1f20c130ae3babdc7bc68abc2f4b9f8df (diff)
downloadmpv-0ec036bfd8b82339ea65278302a3b771648d7aff.tar.bz2
mpv-0ec036bfd8b82339ea65278302a3b771648d7aff.tar.xz
ta: remove two pointless wrappers
Diffstat (limited to 'ta/ta_talloc.h')
-rw-r--r--ta/ta_talloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ta/ta_talloc.h b/ta/ta_talloc.h
index f2413c0112..982ef41ebd 100644
--- a/ta/ta_talloc.h
+++ b/ta/ta_talloc.h
@@ -37,7 +37,7 @@
#define talloc_steal ta_xsteal
#define talloc_realloc_size ta_xrealloc_size
#define talloc_new ta_xnew_context
-#define talloc_set_destructor ta_xset_destructor
+#define talloc_set_destructor ta_set_destructor
#define talloc_enable_leak_report ta_enable_leak_report
#define talloc_size ta_xalloc_size
#define talloc_zero_size ta_xzalloc_size