AtiQah-FC / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Memory leaks #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

The splitter leaks; after splitting a single file, about 300-400 bytes leak; it 
happens on any file. There are 10-12 small blocks of memory that are not 
getting deallocated. One of them is Format block in Videoinfoheader structure. 

Original issue reported on code.google.com by mersht...@gmail.com on 29 Mar 2012 at 2:39

GoogleCodeExporter commented 9 years ago
I fixed two small memory leaks, and my debugging tool didn't find any others in 
the splitter.

Original comment by h.lepp...@gmail.com on 31 Mar 2012 at 10:47

GoogleCodeExporter commented 9 years ago
Hi,
I've found another leak: in CLAVSplitter::CompleteInputConnection() pszFileName 
needs to be freed with CoTaskMemFree().

Original comment by ada...@gmail.com on 1 Apr 2012 at 5:11

GoogleCodeExporter commented 9 years ago
Fixed, thanks.

Original comment by h.lepp...@gmail.com on 1 Apr 2012 at 12:30