Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olivier Crête
libnice
Commits
cceaffeb
Commit
cceaffeb
authored
Jun 16, 2019
by
Fabrice Bellet
Committed by
Olivier Crête
Jul 04, 2019
Browse files
agent: fix a memory leak
parent
6f0c7e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/discovery.c
View file @
cceaffeb
...
...
@@ -293,6 +293,7 @@ static void on_refresh_removed (RefreshPruneAsyncData *data)
agent_timeout_add_with_context
(
data
->
agent
,
&
timeout_source
,
"Async refresh prune"
,
0
,
data
->
cb
,
data
->
user_data
);
g_source_unref
(
timeout_source
);
g_free
(
data
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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