Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
7557ed85
Commit
7557ed85
authored
Sep 02, 2013
by
Richard Hughes
Browse files
trivial: Fix up 3 little buglets spotted by clang
parent
8e63183d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gs-plugin-loader.c
View file @
7557ed85
...
...
@@ -879,7 +879,6 @@ cd_plugin_loader_search_thread_cb (GSimpleAsyncResult *res,
continue
;
ret
=
g_cancellable_set_error_if_cancelled
(
cancellable
,
&
error
);
if
(
ret
)
{
ret
=
FALSE
;
cd_plugin_loader_get_all_state_finish
(
state
,
error
);
g_error_free
(
error
);
goto
out
;
...
...
@@ -1036,7 +1035,6 @@ cd_plugin_loader_get_categories_thread_cb (GSimpleAsyncResult *res,
continue
;
ret
=
g_cancellable_set_error_if_cancelled
(
cancellable
,
&
error
);
if
(
ret
)
{
ret
=
FALSE
;
cd_plugin_loader_get_all_state_finish
(
state
,
error
);
g_error_free
(
error
);
goto
out
;
...
...
@@ -1169,7 +1167,6 @@ cd_plugin_loader_get_category_apps_thread_cb (GSimpleAsyncResult *res,
continue
;
ret
=
g_cancellable_set_error_if_cancelled
(
cancellable
,
&
error
);
if
(
ret
)
{
ret
=
FALSE
;
cd_plugin_loader_get_all_state_finish
(
state
,
error
);
g_error_free
(
error
);
goto
out
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment