fixed all memory lost
parent
fa9ffc5e0d
commit
f9c14954f2
|
@ -28,6 +28,7 @@ void * pongd_thread(void * pdata) {
|
|||
}
|
||||
}else {
|
||||
printf("------thread shutdown------------\n");
|
||||
free(buf);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue