]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Prefer para_realloc() over plain realloc().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Aug 2021 17:08:41 +0000 (19:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit05ffeb76c9640ff36722d8f4e9787e3ef1b187d3
tree58cf8b3400ed9177060d17eeb7fa618b33c57a6f
parent7ad4f6956b29a166b496827331c402895b13772a
mp4: Prefer para_realloc() over plain realloc().

This allows us to skip the NULL check, which simplifies the code a bit.
mp4.c