This commit is contained in:
2024-12-12 11:07:10 +01:00
parent e23ddd6cd1
commit b40a78522f
4 changed files with 44 additions and 1 deletions

View File

@@ -76,4 +76,5 @@ PULSE_API void PulseDestroyBuffer(PulseDevice device, PulseBuffer buffer)
}
}
device->PFN_DestroyBuffer(device, buffer);
device->allocated_buffers_size--;
}