When closing the hwcrhk engine, also remove the reference to the
logstream.
This commit is contained in:
parent
3b2972d8d9
commit
d813a428a7
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ static int hwcrhk_finish()
|
|||
goto err;
|
||||
}
|
||||
err:
|
||||
logstream = NULL;
|
||||
hwcrhk_dso = NULL;
|
||||
p_hwcrhk_Init = NULL;
|
||||
p_hwcrhk_Finish = NULL;
|
||||
|
|
Loading…
Reference in a new issue