google/REAPER

Resource leak

QiAnXinCodeSafe opened this issue · 0 comments

Stream is opened

FILE* out = fopen(filename.c_str(), "w");

opened file never closed