Clear conversation typing source ID in callback

Review Request #1123 — Created Nov. 3, 2021 and submitted — Latest diff uploaded

Information

pidgin/pidgin
release-2.x.y

Reviewers

Since the callback is run only once, the source ID should be
set to 0 so that the source ID won t be an invalid value.

This avoids a GLib critical on removing the invalid Source ID

Build and run pidgin and verified that the GLib warning has gone in logs

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Clear conversation typing source ID in callback
Since the callback is run only once, the source ID should be set to 0 so that the source ID won t be an invalid value. This avoids a GLib critical on removing the invalid Source ID
f0c5c1d26f47e459dbc5d9140261e313beac472c Mohammed Sadiq
libpurple/conversation.c
Loading...