| Summary: | Fix extraneous parenthesis warning from clang | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Deschenes <moi> |
| Component: | haptic | Assignee: | Edgar Simo <bobbens> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P5 | CC: | icculus |
| Version: | HG 2.0 | Keywords: | triage-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | The patch | ||
|
Description
Simon Deschenes
2015-02-15 23:14:33 UTC
Created attachment 2034 [details]
The patch
in fact : SDL_free(item->fname); is also useless as item->fname is NULL Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though! Fixed in https://hg.libsdl.org/SDL/rev/c671d8ca48a1 Thanks! --ryan. |