-
-
libpurple/protocols/jabber/message.c (Diff revision 1) The existing comment is actually very close to not triggering the warning: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough
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 |
|
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+12 -10) |