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
auke.klazema
dt_ctrl
Commits
7ac151a4
Commit
7ac151a4
authored
Aug 29, 2014
by
Jeroen Vreeken
Browse files
Fix exception when requesting non existing trace point
parent
6aa2c4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
console/console/trace_proxy.c
View file @
7ac151a4
...
...
@@ -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
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