Re: [Linuxsampler-devel] msvc patch (out-of-band patch)

2019-02-05 Thread Christian Schoenebeck
On Montag, 4. Februar 2019 05:34:07 CET justnope wrote: > 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 alloca

Re: [Linuxsampler-devel] msvc patch (out-of-band patch)

2019-02-03 Thread justnope
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 res