[ python-Bugs-1573928 ] if(status = ERROR_MORE_DATA)

SourceForge.net noreply at sourceforge.net
Mon Oct 9 20:27:14 CEST 2006


Bugs item #1573928, was opened at 2006-10-09 18:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1573928&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Helmut Grohne (gnarfk)
Assigned to: Nobody/Anonymous (nobody)
Summary: if(status = ERROR_MORE_DATA)

Initial Comment:
Go to PC/_msi.c around line 498 and search out for a
line like:
if(status = ERROR_MORE_DATA) {
This is a bug. It leaks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1573928&group_id=5470


More information about the Python-bugs-list mailing list