!170 Description: nfs_bind存在内存泄露风险

Merge pull request !170 from hw_llm/master
This commit is contained in:
openharmony_ci
2025-02-11 06:39:50 +00:00
committed by Gitee
+1
View File
@@ -563,6 +563,7 @@ int nfs_bind(struct Vnode *blkdriver, const void *data,
error = pthread_mutex_init(&nmp->nm_mux, &attr);
if (error)
{
free(nmp);
return -error;
}