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

also delay pilot

This commit is contained in:
2026-02-15 13:29:09 +01:00
parent 36b861b7e5
commit c1c97e4883
4 changed files with 11 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ void cleanup_runtime(FM95_Runtime* runtime, const FM95_Config config) {
}
#ifdef STEREO_SSB
firhilbf_destroy(runtime->stereo_hilbert);
exit_stereo_encoder(runtime->stencode);
exit_stereo_encoder(&runtime->stencode);
#endif
}