Free Willy

#include <stdio.h>
typedef orca char
int main()
{
orca *Willy=(orca*)malloc(sizeof(orca));
*Willy = '1';
free(Willy);
}
Vote up this code0