|
From: justnope <spa...@te...> - 2019-02-04 04:34:14
|
Hi, This patch has nothing directly to do with the msvc development. I noticed it when I was trying out the GigWriteTest. Depending on the constructor, RIFF:File can be allocated by the constructor or passed on. In case DLS::File allocates RIFF::File itself, it never gets destroyed. This results on windows in an open file handle and the next test case can't properly open the file. I'm not that familiar with the code base so feel free to correct if I got anything wrong. I've made the patch with git, let me know if there are problems applying it. (used --no-prefix) |