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 GTask warning caused by PkClientState refcount issue
Fixes the following warning message while running 'pkmon' and gives the proper output. "GTask finalized without ever returning (using g_task_return_*())" This was caused because 'PkClientState' was finalized incorrectly, causing the state's 'GTask' object to be finalized before expected, causing the warning. Fixes: PackageKit#709
- Loading branch information