Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/blenkernel/intern/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 9d33e9163ce..e4449ad0139 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -33,7 +33,7 @@ void sound_free_sound(bSound *sound)
//if (sound) {
// sound_set_sample(sound, NULL);
//}
-
+ if (sound->stream) MEM_freeN(sound->stream);
}
void sound_free_sample(bSample *sample)