Use RcBox for PurpleRequestCommonParameters
Review Request #2308 — Created March 3, 2023 and submitted
Information | |
---|---|
QuLogic | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
Also, stop returning the input from
purple_request_cpar_unref
.
That's not whatg_object_unref
does, and nothing uses the return value.Also also, just do the cleanup directly instead of calling
purple_request_cpar_set_extra_actions(cpar, NULL);
.
Ran
Request->Fields
from the demo protocol.
Summary |
---|