Opened 11 years ago
Closed 9 years ago
#10503 closed bug (fixed)
[servers/app/drawing] DWindowHWInterface.cpp: Memory leak
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In DWindowHWInterface::_OpenAccelerant(), function returns without freeing 'cloneInfoData', pointed by cppcheck. http://cgit.haiku-os.org/haiku/tree/src/servers/app/drawing/DWindowHWInterface.cpp#n530
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | 0004-Fix-memory-leak.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev49228. Thanks!