I have a code that looks like this:
//global variables void signal_handler() { //deallocation of global variables free(foo); close(foo_2); ex