Merge "CAS: Fix memory leak in FactoryLoader"
This commit is contained in:
commit
a81c9a1e2f
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ bool FactoryLoader<T>::enumeratePlugins(vector<AidlCasPluginDescriptor>* results
|
|||
queryPluginsFromPath(pluginPath, results);
|
||||
}
|
||||
}
|
||||
closedir(pDir);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue