From a32fb49df0a63bee951f98e7583396c3adb28ad3 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 9 Jul 2010 18:43:26 +0000 Subject: Solved crash when compiled with VS2010 --- tools/mhmake/src/commandqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/commandqueue.cpp') diff --git a/tools/mhmake/src/commandqueue.cpp b/tools/mhmake/src/commandqueue.cpp index 5c09da905..306142d2b 100644 --- a/tools/mhmake/src/commandqueue.cpp +++ b/tools/mhmake/src/commandqueue.cpp @@ -140,7 +140,7 @@ void commandqueue::RemoveActiveEntry(unsigned Entry) Entry=EntryP1; } } - m_pActiveEntries[Entry]=activeentry(); + m_pActiveEntries[Entry].clear(); m_pActiveProcesses[Entry]=NULL; m_NrActiveEntries--; } -- cgit v1.2.3