313
you are viewing a single comment's thread
view the rest of the comments
[-] P1r4nha@feddit.de 31 points 8 months ago

Horrible code. First, it doesn't compile because there's no ; at the end of the class definition.

And then more importantly you have a private destructor which means this CriminalScum's destructor will never be called, so you can't charge it with distruction either. Or are you telling me this CriminalScum has friends?

[-] observantTrapezium@lemmy.ca 7 points 8 months ago

Also, if I'm not mistaken the uninitialized prop is not guaranteed to be nullptr here, so this private destructor could be trying to free from some random pointer.

load more comments (5 replies)
this post was submitted on 26 Feb 2024
313 points (97.3% liked)

Programmer Humor

32476 readers
308 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS