Fixed possible double-free crash
This commit is contained in:
parent
72db75e11b
commit
d1f38a16b2
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ void LoopbackLinkProvider::onStop()
|
||||||
{
|
{
|
||||||
if (loopbackDeviceLink) {
|
if (loopbackDeviceLink) {
|
||||||
delete loopbackDeviceLink;
|
delete loopbackDeviceLink;
|
||||||
|
loopbackDeviceLink = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue