Opened 6 years ago

Closed 5 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.

Change History (1)

comment:1 Changed 5 years ago by mornfall

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.