Distributed File System written in C
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: This was a double free bug here

-1
-1
src/copy.c
··· 94 94 }; 95 95 Buffer put_buf = Command_serialize(put); 96 96 zumba(enchufe, put_buf); 97 - free((void*)put.as.put.fname.str); 98 97 free(put_buf.buf); 99 98 100 99 printf("INFO: Waiting for data nodes\n");