If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Programmer must take care to free memory Program may run out of memory when repeated allocations are not freed Memory management is source of many errors in C void free(void* p); // declared in <span>stdlib.h Frees memory of passed pointer <span>