purple: PurpleRequestCommonParameters must not be unreferenced
commiteddd20e48adbf6148c980a0e10a0c087a3a7b318
authorJakub Adam <jakub.adam@ktknet.cz>
Mon, 17 Mar 2014 11:22:29 +0000 (17 12:22 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Mon, 17 Mar 2014 11:38:45 +0000 (17 12:38 +0100)
tree9dfc731ac1b7b1e0e616701c983a1b40d0b2a7b4
parentc6b0d23433777337ae81a75af6676a6b7314bde1
purple: PurpleRequestCommonParameters must not be unreferenced

The object gets unref'ed automatically after purple_request_fields() is
called.

Using purple_request_cpar_unref() on our own led to a crash whenever
a dialog was about to be displayed.
src/purple/purple-buddy.c
src/purple/purple-plugin.c