Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pk-client: Fix pkmon gtask warning caused by PkClient refcount issue
Fixes 'GTask finalized without ever returning (using g_task_return_*())' warning message while running `pkmon` and gives the proper output. This was caused because `PkClientState` was finalized incorrectly, causing the state's gtask object to be finalized causing the warning. Fixes: PackageKit#709
- Loading branch information