From 02a275302dc62e4af3a9dc6873e1dd08022bfabf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Jun 2013 11:29:19 +0100 Subject: [PATCH] Allow SoundAssetWriter to be destroyed without being finalised. --- src/sound_asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound_asset.cc b/src/sound_asset.cc index 9b6b48aa..3335f2e3 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -404,5 +404,5 @@ SoundAssetWriter::finalize () SoundAssetWriter::~SoundAssetWriter () { - assert (_finalized); + } -- 2.30.2