Skip to content

Instantly share code, notes, and snippets.

@drrost
Last active September 13, 2020 10:50
Show Gist options
  • Save drrost/82cc6a75f97711acaf52bea0eac53f61 to your computer and use it in GitHub Desktop.
Save drrost/82cc6a75f97711acaf52bea0eac53f61 to your computer and use it in GitHub Desktop.
Check leaks usage
void check_leaks();
int main(int argc, const char *argv[]) {
//...
check_leaks();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment