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