News
Newest
Ask
Show
Jobs
Open on GitHub
Memory Leaks in System76's Cosmic Desktop – Coded in "Memory Safe" Rust [video]
(youtube.com)
1 points | by
jarsin
9 hours ago
1 comments
mplanchard
9 hours ago
Memory safe doesn’t mean no leaks. I believe this is covered in most Rust introductory material. It is in fact trivial to leak memory with Box::leak()
1 comments