Revision: 745
http://sourceforge.net/p/py2exe/svn/745
Author: theller
Date: 2014-05-12 12:32:54 +0000 (Mon, 12 May 2014)
Log Message:
-----------
Add missing _My_DeactivateActCtx call which caused a lot a trouble.
Modified Paths:
--------------
trunk/py2exe-3/source/_memimporter.c
Modified: trunk/py2exe-3/source/_memimporter.c
===================================================================
--- trunk/py2exe-3/source/_memimporter.c 2014-05-09 17:56:11 UTC (rev 744)
+++ trunk/py2exe-3/source/_memimporter.c 2014-05-12 12:32:54 UTC (rev 745)
@@ -174,6 +174,7 @@
hmem = MyLoadLibrary(pathname, NULL, findproc);
if (res)
SetDllDirectory(NULL); // restore the default dll directory search path
+ _My_DeactivateActCtx(cookie);
if (!hmem) {
char *msg;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|