search for: findnextavailablefilenam

Displaying 1 result from an estimated 1 matches for "findnextavailablefilenam".

2003 Aug 25
3
mem leak when writing ogg vorbis comments
...(); if(vcedit_open(state, in) < 0) { // ... handle the failure case return FALSE; } // <removed all the stuff that fills the comment structure with the new values> // Write the file to another file in this directory. FindNextAvailableFileName(strTempFileInOldDir); out = fopen(strTempFileInOldDir, "wb"); if(out == NULL){ // ... handle the failure case return FALSE; } /* write out the modified stream */ if(vcedit_write(state, out) < 0) {...