MathWorks Interview Question

If a process that allocated memory crashes without releasing it, what happens?

Interview Answer

Anonymous

Feb 26, 2018

I said the OS will collect that memory and free it. In response the interviewer said that the memory will 'leak' and remain unavailable, which no modern OS will do.