Error in `./malloc’: double free or corruption
My code:
Code:
#include <stdio.h>
#include <stdlib.h>
int main()
{
int *p;
[…]
Original post by HakerEee
My code:
Code:
#include <stdio.h>
#include <stdlib.h>
int main()
{
int *p;
[…]
Original post by HakerEee
Leave a Reply
You must be logged in to post a comment.