this repo has no description
1
fork

Configure Feed

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

Free malloc'ed memory

dingfei ebe43d1b 5ee6a68f

+2
+2
src/startup/darling.c
··· 280 280 fprintf(stderr, "Error sending command to shellspawn: %s\n", strerror(errno)); 281 281 exit(EXIT_FAILURE); 282 282 } 283 + 284 + free(cmd); 283 285 } 284 286 285 287 static void pushShellspawnCommand(int sockfd, shellspawn_cmd_type_t type, const char* value)