Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:35
Show Gist options
  • Save njlr/abaa710371bdbc00a8dcfe77c21f616a to your computer and use it in GitHub Desktop.
Save njlr/abaa710371bdbc00a8dcfe77c21f616a to your computer and use it in GitHub Desktop.
int f() {
  Foo* foo = new Foo();
  return foo->bar(); // Leak! 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment