]> granicus.if.org Git - libvpx/commit
vpxenc stats_close() memleak fix
authorJames Berry <jamesberry@google.com>
Thu, 23 Dec 2010 19:47:56 +0000 (14:47 -0500)
committerJames Berry <jamesberry@google.com>
Thu, 23 Dec 2010 19:47:56 +0000 (14:47 -0500)
commit74e8446e586380597441094bb9b4d82933fb305d
tree02c483c70693df43723c10e54b3443fb70469659
parent8c4552fb36e98785193137c6e092329566338982
vpxenc stats_close() memleak fix

stats_close() was not freeing memory for
single pass runs.  It now takes in arg_passes
to determine when it should free memory.

Change-Id: I6623b7e30b76f9bf2e16008490f9b20484d03f31
vpxenc.c