| Summary: | FILE *fp getting leak in read_config_file function | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Nitz <nitin.j4> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | Patch for FILE *fp memory leak | ||
Created attachment 2142 [details] Patch for FILE *fp memory leak In function read_config_file(const char *name) FILE *fp getting leak at many places when function returns -2. Patch is attached. Thanks!!!