Re: vorbis_info_clear important?
Ralph Giles <[email protected]> Sun, 18 Aug 2013 08:17:01 -0700
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On 13-08-17 11:43 PM, Ross Levis wrote: > Rather than trying to fix the problem, can I simply skip this function when > closing the file. It seems to work but I'm wondering if there will be a > memory leak if there is a vorbis_info_init without a matching > vorbis_info_clear? You will leak if you don't call vorbis_info_clear. Look and see what it's doing when it's spinning at full cpu? -r