Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: need goto out after g_set_error
goto out needs to be executed after g_set_error , otherwise the assertion will be triggered in g_assert (process != NULL);
- Loading branch information