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 2 (Latest)

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
49ce3f5e1b18ee7065fe622f8936a6c1185490a8 Mohammed Sadiq
libpurple/conversation.c
Loading...