|
|
|
|
|
by daenz
2311 days ago
|
|
"just fixing the leaks" can be a very time consuming process, involving hunting and refactoring (valgrind isn't perfect). It's very possible that just throwing more memory at it with the soft guarantee that the leak won't result in OOM may have been the best business decision for that particular contract.
Of course it's not the "right" way to build a thing, but sometimes the job wants the thing now and "good enough." |
|