Commit d813a428 authored by Richard Levitte's avatar Richard Levitte
Browse files

When closing the hwcrhk engine, also remove the reference to the

logstream.
parent 3b2972d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,7 @@ static int hwcrhk_finish()
		goto err;
		}
 err:
	logstream = NULL;
	hwcrhk_dso = NULL;
	p_hwcrhk_Init = NULL;
	p_hwcrhk_Finish = NULL;