pidgin/pidgin

Fix a double free in jabber/message.c and silence a warning
release-2.x.y
2021-09-23, Gary Kramlich
740dafa46e5e
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.

Testing Done:
Compiled

Bugs closed: PIDGIN-17547

Reviewed at https://reviews.imfreedom.org/r/932/
/** @page ui-ops UiOps structures
When implementing a UI for libpurple, you need to fill in various UiOps
structures:
- #PurpleAccountUiOps
- #PurpleBlistUiOps
- #PurpleConnectionUiOps
- #PurpleConversationUiOps
- #PurpleCoreUiOps
- #PurpleDebugUiOps
- #PurpleDnsQueryUiOps
- #PurpleEventLoopUiOps (without this, nothing will work and you will cry)
- #PurpleIdleUiOps
- #PurpleNotifyUiOps
- #PurplePrivacyUiOps
- #PurpleRequestUiOps
- #PurpleRoomlistUiOps
- #PurpleSoundUiOps
- #PurpleWhiteboardUiOps
- #PurpleXferUiOps
*/
// vim: ft=c.doxygen