mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ta: minor simplification for talloc_steal
Since commit f6615f00ee, it can't fail anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user