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

SourceForge.net noreply at sourceforge.net
Mon Oct 9 20:57:31 CEST 2006


Bugs item #1573928, was opened at 2006-10-09 18:27
Message generated for change (Comment added) made by gbrandl
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: Closed
>Resolution: Duplicate
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.

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-10-09 18:57

Message:
Logged In: YES 
user_id=849994

Duplicate of #1572724. Thanks for reporting though.

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

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