Skip to content

Commit 116aa80

Browse files
author
Henry Hoegelow
committed
fix crash bug in mosaik
1 parent 98ff8d1 commit 116aa80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Deferrer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ namespace Reactive
4343

4444
if(lowestDepth.first && lowestDepth.second)
4545
{
46+
Deferrer deferrer;
4647
lowestDepth.first->doDeferred(lowestDepth.second);
4748
}
4849
else

0 commit comments

Comments
 (0)