Archived
3
0

fixed all memory lost

This commit is contained in:
lapupe 2016-09-29 17:30:24 +02:00
parent fa9ffc5e0d
commit f9c14954f2

View File

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