| Summary: | timidity, set master_drumset and master_tonebank to NULL upon exit | ||
|---|---|---|---|
| Product: | SDL_sound | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | everything | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Ryan C. Gordon <icculus> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | set master_drumset and master_tonebank to NULL after free()ing | ||
This is now hg changeset e564b7029c29 for the development branch, and hg changeset 941847b13998 for the stable-1.0 branch. Thanks! --ryan. |
Created attachment 630 [details] set master_drumset and master_tonebank to NULL after free()ing Timidity_Exit() doesn't set master_drumset and master_tonebank to NULL which may lead to segfaults upon reinitialization. Attached tiny patch should handle that.