1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Signal.cpp

This commit is contained in:
Sandu Liviu Catalin 2020-09-06 16:14:39 +03:00
parent 35d93e16dc
commit 4490ac5b68

View File

@ -684,6 +684,8 @@ void Signal::ClearSlots()
{
m_Scope->Finish(); // Update iterators
}
// Inform the signal that these slots are now NULL
m_Used = 0;
}
// ------------------------------------------------------------------------------------------------