]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpvsimpledecode.c
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / dpvsimpledecode.c
index 6ace51c0f6daada3d1c3368ab79b88117e6d8222..2cf5e82f6aa45a0d3c0576aed4a87e9677b94c78 100644 (file)
@@ -429,7 +429,7 @@ void dpvsimpledecode_close(void *stream)
        if (s->videopixels)
                Z_Free(s->videopixels);
        if (s->sndchan != -1)
-               S_StopChannel (s->sndchan, true);
+               S_StopChannel (s->sndchan, true, true);
        if (s->framedatablocks)
                hz_bitstream_read_blocks_free(s->framedatablocks);
        if (s->bitstream)