| Summary: | memory leak in WIN_InitMouse() | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Marcel Bakker <mna.bakker> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | aardappel, gabomdq |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
| Attachments: |
proposed patch
proposed patch |
||
Created attachment 1103 [details]
proposed patch
made an additional modification to the proposed patch,
else the cursor wont show when SDL is reused from the same process.
Applied in http://hg.libsdl.org/SDL/rev/9d146930d4f2 Thanks! |
Created attachment 1101 [details] proposed patch the default SDL_Cursor is not being freed proposed patch included