fix: remove abort main function
This commit is contained in:
parent
6b738626c2
commit
f8284f05a9
|
@ -3,7 +3,5 @@
|
|||
|
||||
int main(int argc, char const *argv[])
|
||||
{
|
||||
sf_malloc(sizeof(int));
|
||||
sf_free(((void *)(intptr_t)sf_mem_end()) - 2 * sizeof(sf_header));
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user