aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/commandqueue.cpp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-09 18:43:26 +0000
committermarha <marha@users.sourceforge.net>2010-07-09 18:43:26 +0000
commita32fb49df0a63bee951f98e7583396c3adb28ad3 (patch)
tree0454850c954172b17575d561061d99a1d502fcc1 /tools/mhmake/src/commandqueue.cpp
parent29c7981777a6fa7d962977d2a7bdce68c116206d (diff)
downloadvcxsrv-a32fb49df0a63bee951f98e7583396c3adb28ad3.tar.gz
vcxsrv-a32fb49df0a63bee951f98e7583396c3adb28ad3.tar.bz2
vcxsrv-a32fb49df0a63bee951f98e7583396c3adb28ad3.zip
Solved crash when compiled with VS2010
Diffstat (limited to 'tools/mhmake/src/commandqueue.cpp')
-rw-r--r--tools/mhmake/src/commandqueue.cpp2
1 files changed, 1 insertions, 1 deletions
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--;
}