0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

something here and there

This commit is contained in:
2025-08-03 15:58:43 +02:00
parent 122677ef1e
commit de8f4652a4
9 changed files with 35 additions and 38 deletions

View File

@@ -385,7 +385,7 @@ int main(int argc, char *argv[]) {
continue;
}
if (output.initialized) free_PulseOutputDevice(&output);
if (output.initialized) free_PulseDevice(&output);
int result = init_PulseOutputDevice(
&output,
@@ -410,7 +410,7 @@ int main(int argc, char *argv[]) {
// Clean up
printf("Cleaning up...\n");
if (output.initialized) free_PulseOutputDevice(&output);
if (output.initialized) free_PulseDevice(&output);
destroy_audio_buffer(audio_buffer);
close(sockfd);