|
|
|
|
|
by steveklabnik
479 days ago
|
|
Another example of how your parent isn't really being accurate, memory leaks are also possible in garbage collected languages, yet they have been considered memory safe since well before Rust even existed. It's not as if Rust invented the term "memory safety" or gets to define it. |
|
Memory leaks are situations where memory is unrecovered despite there being no path to it from any active thread.