Hacker News new | ask | show | jobs
by froh 877 days ago
that's the joke...
1 comments

it's not funny, it's not obvious and it's wasting a lot of people's time. ha. ha. ha.
It's quite obvious...

"If you don’t call free, memory usage will increase over time, but technically, it’s not a leak."

there is plenty of code that is designed not to free at all because the program will not run long enough to generate much garbage. and having the whole process shut down is simpler than unwinding everything perfectly. so, no, it's not obvious. I had no trouble reading what the code did (and didn't) but it's not obvious that the author understood it. There are plenty of people here who need that much help with C
Its painfully obvious.
you haven't had to fix bugs in other people's code enough, this could be an actual piece of code, which makes it not distinguishable as a joke