Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
35a7e2fb
Commit
35a7e2fb
authored
Aug 29, 2014
by
Jeroen Vreeken
Browse files
Fix exception when requesting non existing trace point
(cherry picked from commit
7ac151a4
)
parent
62db0f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
console/console/trace_proxy.c
View file @
35a7e2fb
...
...
@@ -464,6 +464,7 @@ static void client_add(struct trace *client)
if
(
!
trace
)
{
trace_free
(
client
);
printf
(
"Trace not found
\n
"
);
return
;
}
priv
=
trace
->
private
;
...
...
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