gzdoom/libraries/music_common
Christoph Oelckers fe0a6b00ce - blocked the destructor in the sound font reader base class.
If ZMusic is to act like an external library it may not call delete on external objects because there is no guarantee that they use the same allocator. Deletion must be done as a virtual function to ensure that the correct operator delete gets called, which, unlike the actual destructor is not virtual itself.
2020-01-01 16:11:39 +01:00
..
fileio.h - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00