Bugfix when calling destructor without a running thread
This commit is contained in:
parent
1fd6853245
commit
bbc154efe2
@ -19,8 +19,11 @@ LFR::LFR(int videoHeight, int videoWidth, int thresholdBinary, int gaussKernelSi
|
||||
LFR::~LFR()
|
||||
{
|
||||
endLoop();
|
||||
if(thread)
|
||||
{
|
||||
thread->join();
|
||||
}
|
||||
}
|
||||
|
||||
void LFR::removeListener(LFR::ListenerKey key)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user