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
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
logging: use static stream in LogToFileRotate (#718)
We initialized the stream to write to in LogToFileRotate() but
it got deinitialized on the exit from the scope while its
reference remained in the logging which causes a crash on the
first write. That's a quick fix. More appropriately would be
to change webrtc function prototype for it to accept stream
for the ref count increment.
Signed-off-by: Dmitry Rogozhkin <[email protected]>
0 commit comments