Ooops, memory leaked detected!!!
Fixed now. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1cfc49614f
commit
cbfc7b95e0
@ -367,7 +367,7 @@ _EXPORT status_t close_module_list(void *cookie)
|
|||||||
|
|
||||||
free(mlc->search_paths);
|
free(mlc->search_paths);
|
||||||
free(mlc->prefix);
|
free(mlc->prefix);
|
||||||
// free(mlc);
|
free(mlc);
|
||||||
|
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user