diff options
author | Uoti Urpala <uau@mplayer2.org> | 2011-07-06 01:24:24 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-07-06 06:47:26 +0300 |
commit | 39e373aa8d2341e6ae81db1787981bc952a1b156 (patch) | |
tree | a47767170c2d842c34f2ad5cdce7f0789b191dd7 /libmpcodecs/vd_raw.c | |
parent | a4166ac23933b4af9074ad801615127135bc98f3 (diff) | |
download | mpv-39e373aa8d2341e6ae81db1787981bc952a1b156.tar.bz2 mpv-39e373aa8d2341e6ae81db1787981bc952a1b156.tar.xz |
options: allocate dynamic options with talloc
Allocate data structures for dynamic option values with talloc.
Hopefully there's no code left that tries to modify those dynamic
option values outside the option parser and relies on them being
malloc-allocated. Currently talloc functionality isn't used much and
the allocations are not hierarchical, so the main practical use for
now is just to allow very easy checking for memory leaks.
Diffstat (limited to 'libmpcodecs/vd_raw.c')
0 files changed, 0 insertions, 0 deletions