We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 9cbfe8a broke tests under Linux. Output as follows:
TestAudioIO: 0/2 RtApiAlsa::closeStream(): no open stream to close! TestAudioIO: 2/2, 100% correct in 0.012452 seconds Total: 2 tests, 100% correct in 0.012452 seconds *** Error in `/home/daniel/workspace/OHMComm/build/test/Tests': free(): corrupted unsorted chunks: 0x0000000001d42840 *** *** Error in `/home/daniel/workspace/OHMComm/build/test/Tests': malloc(): memory corruption: 0x0000000001d40590 *** RUN FINISHED; Terminated; real time: 4s; user: 0ms; system: 0ms
Did you change anything with malloc/free or buffers in or around AudioHandler?
P.S. The TestAudioIO should be renamed.
The text was updated successfully, but these errors were encountered:
Actually not... I will take care of this soon as possible.
Sorry, something went wrong.
8dc324c
Moved creation of silence-package to RTPPackageHandler, correctly fix…
9a04599
…ing #31 Signed-off-by:doe300 <stadeldani@web.de>
Kaayy-J
No branches or pull requests
Commit 9cbfe8a broke tests under Linux. Output as follows:
Did you change anything with malloc/free or buffers in or around AudioHandler?
P.S. The TestAudioIO should be renamed.
The text was updated successfully, but these errors were encountered: