|
From: <pl...@ip...> - 2005-12-13 22:11:34
|
Hi, This patch calls dv_cleanup() automatically before a dynamic libdv is unloaded. It is realized with the __attribute__ ((destructor)) mechanism. I did the same for libquicktime and ffmpeg and got no single complaint so far. This fixes potential memory leak (>200kB) when repeatedly loading and unloading libdv. Cheers Burkhard |