This commit is contained in:
2025-04-05 21:52:53 +02:00
parent 82619762fe
commit ae758c34cd
12 changed files with 205 additions and 31 deletions

View File

@@ -25,7 +25,6 @@ PULSE_API void PulseDestroyDevice(PulseDevice device)
free(device->allocated_buffers);
free(device->allocated_images);
device->PFN_DestroyDevice(device);
device->driver_data = PULSE_NULLPTR;
}
PULSE_API PulseBackendBits PulseGetBackendInUseByDevice(PulseDevice device)