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:
Philippe Houdoin 2003-09-16 07:52:52 +00:00
parent 1cfc49614f
commit cbfc7b95e0

View File

@ -367,7 +367,7 @@ _EXPORT status_t close_module_list(void *cookie)
free(mlc->search_paths);
free(mlc->prefix);
// free(mlc);
free(mlc);
return B_ERROR;
}