mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 12:35:41 +00:00
parent
db69104f1a
commit
4dc5426a45
@ -182,13 +182,13 @@ void Trace_recorder::Monitor::stop()
|
||||
destroy(_alloc, &writer);
|
||||
});
|
||||
|
||||
/* destroy buffer */
|
||||
destroy(_alloc, &buf);
|
||||
|
||||
try {
|
||||
/* detach buffer */
|
||||
_trace.free(buf.subject_id());
|
||||
} catch (Trace::Nonexistent_subject) { }
|
||||
|
||||
/* destroy buffer */
|
||||
destroy(_alloc, &buf);
|
||||
});
|
||||
|
||||
_trace_directory.destruct();
|
||||
|
Loading…
x
Reference in New Issue
Block a user