Commit 7dddc5d5 authored by vaclav's avatar vaclav
Browse files

change of order of dbgclose

parent a2a45127
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -583,11 +583,10 @@ cleanup:
    }

#ifdef DEBUGGING
    dbgclose();

#ifdef DEBUG_SBA_AUDIO_DUMP
    ivas_close_sba_decoder_debug_files( arg.output_Fs, numOutChannels, numTransportChannels, pca_ingest_channels );
#endif
    dbgclose();
#endif

    return mainFailed ? -1 : 0;