[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-06-26 13:00:09
|
Bugs item #1208530, was opened at 2005-05-26 01:11 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-06-26 23:00 Message: Logged In: YES user_id=14198 Thanks Checking in win32bitmap.cpp; new revision: 1.2; previous revision: 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208530&group_id=78018 |