Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspace/all/common/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ size_t SND_batchSamples_fixed_rate(const SND_Frame *frames, size_t frame_count)
pthread_mutex_unlock(&audio_mutex);

total_consumed_frames += written_frames;
// No need to free - using static buffers
free(resampled.frames);
}

return total_consumed_frames;
Expand Down
Loading