Fix a double free in jabber/message.c and silence a warning
Review Request #932 — Created Sept. 24, 2021 and submitted
Fix a double free in jabber/message.c and silence a warning
JabberBuddyResource is handled internally, but it's free function, which is static, does in fact free the thread_id as well.
Compiled
Summary | ID |
---|---|
03661bc03ed08b1b59ab94e796343e59d429ffb7 |
Description | From | Last Updated |
---|---|---|
The existing comment is actually very close to not triggering the warning: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough |
QuLogic |
- Commits:
-
Summary ID 0406eb142be3db0d9ec415e72ac37bc31fb03ae3 03661bc03ed08b1b59ab94e796343e59d429ffb7 - Diff:
-
Revision 2 (+12 -10)