summaryrefslogtreecommitdiffstats
path: root/ta/ta_talloc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-04-12 12:24:19 +0200
committerwm4 <wm4@nowhere>2020-04-13 15:56:27 +0200
commit28f2d7454d5ea997dec691376ebcdf4c4e0454b4 (patch)
tree7c5304c2b10774293da35ae684423a18f0318dd9 /ta/ta_talloc.h
parent55f16bad7659b363fbea23a2c7f622e98fa35d4a (diff)
downloadmpv-28f2d7454d5ea997dec691376ebcdf4c4e0454b4.tar.bz2
mpv-28f2d7454d5ea997dec691376ebcdf4c4e0454b4.tar.xz
ta: minor simplification for talloc_steal
Since commit f6615f00eeb0, it can't fail anymore.
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 0f5c3bccb5..cacc72ebe4 100644
--- a/ta/ta_talloc.h
+++ b/ta/ta_talloc.h
@@ -34,7 +34,7 @@
#define talloc_ptrtype ta_xnew_ptrtype
#define talloc_array_ptrtype ta_xnew_array_ptrtype
-#define talloc_steal ta_xsteal
+#define talloc_steal ta_steal
#define talloc_realloc_size ta_xrealloc_size
#define talloc_new ta_xnew_context
#define talloc_set_destructor ta_set_destructor