[x264-devel] Delete the huge memory leak in x264.

Jason Garrett-Glaser darkshikari at gmail.com
Wed Aug 27 22:57:45 CEST 2008


2008/8/27 Prashanth Nandala <prashanth.nandala at patni.com>:
> Hi tian and Everyone
>
>
>
> Can you tell me how to free "*p_cost_mv[52]" this variable.

This isn't a memory leak per se; it is instantiated only once
regardless of how many instances of x264 you create after loading the
library, and it is freed naturally when you unload the library.

If you insist, you could add to your local copy of x264 a set of code
to free it, but I see no reason one would need to do such a thing.

Dark Shikari


More information about the x264-devel mailing list