Skip to content

Fix memory management in CmdLineArgs

Created by: masterleinad

Fixes #65 (closed). We just need a copy for _argv and delete its entries instead. Furthermore, we can use a range-based for loop.

Merge request reports