Fix mem leak#340
Conversation
Free hi->name & h->name in cleanup path, and free pdname_uri in open path. Add lock/unlock around pop loop in REVERSE_HANDLE_LIST_ID cleanup. Signed-off-by: Eddie Lin <yutlin@qti.qualcomm.com>
Add a new config deinit path to free FARF log filename buffers allocated during config init, ensuring init/deinit are paired. Signed-off-by: Eddie Lin <yutlin@qti.qualcomm.com>
|
@0222826398 Hi Eddie, your GitHub username looks suspicious; any chance you'd consider using some kind of name? Could you also join the qualcomm org so that we can confirm it's you? |
|
Hi @lool, Thanks for the heads up! I’ve already joined the Qualcomm organization, and I’ve also updated my GitHub profile name to Eddie as requested. Please let me know if everything looks good now! |
I don't know if you can change it, but your all-digits username is also quite unusual and what made me pause in the first place |
Hi @lool, Understood! Unfortunately, I am unable to change the underlying GitHub account username, but I have updated my profile's display name to Eddie for better identification. Thanks! |
Test Matrix
LAVA Jobs:
CI run: https://github.com/qualcomm-linux-stg/fastrpc-config/actions/runs/27345287828 |

Free hi->name & h->name in cleanup path, and free pdname_uri in open path.
Add lock/unlock around pop loop in REVERSE_HANDLE_LIST_ID cleanup.
Add a new config deinit path to free FARF log filename buffers allocated during config init, ensuring init/deinit are paired.