Check for memory leaks

This commit is contained in:
Steven Dee (Jōshin) 2024-06-19 22:55:48 -07:00
parent da5817816d
commit 79c0e97dcf
No known key found for this signature in database

View file

@ -18,6 +18,8 @@
#include "ctl/shared_ptr.h"
#include "libc/runtime/runtime.h"
// #include <memory>
// #define ctl std
@ -76,5 +78,6 @@ main()
// TODO(mrdomino): exercise more of API
// TODO(mrdomino): threading stress-test
CheckForMemoryLeaks();
return 0;
}