| Summary: | [PATCH] little MemLeak | ||
|---|---|---|---|
| Product: | SDL_net | Reporter: | Jean-Baptiste Noblot <jb.noblot> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows (All) | ||
| Attachments: | Patch for memleak | ||
Created attachment 2004 [details] Patch for memleak We reassign directly the same var with realloc but if realloc fail we loose the pointer SDLnet.c line 239 so the patch make a tmpVar and assign after