diff --git a/libs/audio/renderer/vorbis.c b/libs/audio/renderer/vorbis.c index 1be9ed594..bf3d8757b 100644 --- a/libs/audio/renderer/vorbis.c +++ b/libs/audio/renderer/vorbis.c @@ -263,7 +263,7 @@ vorbis_stream_open (sfx_t *_sfx) QFS_FOpenFile (stream->file, &file); if (!file) return 0; -puts (stream->file); + sfx = calloc (1, sizeof (sfx_t)); samples = shm->speed * 0.3; size = samples = (samples + 255) & ~255;