Commit c3dd408
committed
fix:tencentos:memory leak issue in platform_thread_destroy
In tencentos implementation of platform_thread_destroy, stack size is
getting freed where as stack base is suppose to be freed.
platform_thread_t structure varaible is also not freed. this patch fix
both the issues
Signed-off-by: Ajay Bhargav <ajay.bhargav@waybyte.in>1 parent 4caadb7 commit c3dd408
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | | - | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
0 commit comments