this post was submitted on 26 Feb 2024
314 points (97.3% liked)

Programmer Humor

38363 readers
82 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] observantTrapezium@lemmy.ca 7 points 2 years ago (1 children)

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.