[pywin32-bugs] [ pywin32-Bugs-1208530 ] PyBitmap.GetBitmapBits Memory Leak
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-05-25 15:11:02
|
Bugs item #1208530, was opened at 2005-05-25 15:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208530&group_id=78018 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: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stone (mbrierst) Assigned to: Nobody/Anonymous (nobody) Summary: PyBitmap.GetBitmapBits Memory Leak Initial Comment: PyBitmap's GetBitmapBits method seems to leak memory. A quick look shows a call to GlobalAlloc in the ui_get_bitmap_bits function in win32bitmap.cpp with no corresponding GlobalFree call. The memory is unlocked but not freed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208530&group_id=78018 |