#include<stdio.h> int main() { int *p = (int *)malloc(sizeof(int)); p = NULL; free(p); }
This question is part of this quiz :