Files
test/intern
Jacques Lucke d1aeb1c3b4 Cleanup: add static assert for detect bad usage of MEM_SAFE_FREE
Without this, there is not compilation error when doing e.g.:
```
int a;
MEM_SAFE_FREE(a);
```
2023-07-28 13:50:02 +02:00
..
2023-07-27 13:12:52 -07:00
2023-07-03 15:09:20 +02:00