Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
ae9bec1b
Commit
ae9bec1b
authored
May 28, 2014
by
Sebastian Ramacher
Browse files
Initialize temp_rect
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
86b5d1d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbus-interface.c
View file @
ae9bec1b
...
...
@@ -322,7 +322,7 @@ handle_method_call(GDBusConnection* UNUSED(connection),
return
;
}
zathura_rectangle_t
temp_rect
;
zathura_rectangle_t
temp_rect
=
{
0
,
0
,
0
,
0
}
;
while
(
g_variant_iter_loop
(
iter
,
"(dddd)"
,
&
temp_rect
.
x1
,
&
temp_rect
.
x2
,
&
temp_rect
.
y1
,
&
temp_rect
.
y2
))
{
zathura_rectangle_t
*
rect
=
g_try_malloc0
(
sizeof
(
zathura_rectangle_t
));
...
...
Write
Preview
Markdown
is supported
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