Obsolete
/
libipc-old
Archived
3
0
Fork 0

fixed all memory lost

more_to_read
lapupe 2016-09-29 17:30:24 +02:00
parent fa9ffc5e0d
commit f9c14954f2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ void * pongd_thread(void * pdata) {
}
}else {
printf("------thread shutdown------------\n");
free(buf);
break;
}
}