You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ensure remote description does not live in memory for viewer duration (#1915)
* Ensure remote description does not live in memory for viewer duration
* Fix memory leak
* Free the allocated memory upon failure, also add missing enter, leave and chk_log_error in peerconnection
* Working reduced stack sizes. Adjusted default stack size to 64kb, moved Offer/Answer messages to be on heap instead of stack
* Revert setting the stack sizes by default; Samples: revert disableSenderSideBandwidthEstimation to TRUE by default
* Add missing malloc out of memory checks
* Undo samples/Common.c changes
* Add chk_log_err to freeJitterBuffer and freeKvsRtpTransceiver
* Address comments: add additional null checks and adjust comments
* Clang-format
---------
Co-authored-by: Divya Sampath Kumar <disa6302@colorado.edu>
Co-authored-by: James Delaplane <delaplan@amazon.com>
0 commit comments