Skip to content
Snippets Groups Projects
Commit 87b72f14 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix nullptr exception

if isRunning() is called too soon, the pj_ice_strans_get_grp_lock
will return a nullptr that can't be locked (and isRunning() will
return false anyway).

Change-Id: I4e6087d7831d4524e5302872ad079890755c9e84
parent 68055744
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment