Opened 7 years ago
Closed 6 years ago
#1 closed defect (fixed)
Fix memory leaks in DiOS
Reported by: | mornfall | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | DiOS | Keywords: | |
Cc: |
Description
The leak checker is currently useless because DiOS itself leaks memory.
Note: See
TracTickets for help on using
tickets.
The kernel and libc are now virtually leak-free. The only remaining case where memory is leaked (that I know of) is when a process is killed by a signal with a default handler. We may want to consider trampolining into libc for cleanup regardless, because on DiVM, the kernel doesn't have too many options on how to clean up after the process.