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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user