Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2ebcbb1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CAS: Fix memory leak in FactoryLoader" am: a81c9a1e

parents 7fd97139 a81c9a1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ bool FactoryLoader<T>::enumeratePlugins(vector<AidlCasPluginDescriptor>* results
            queryPluginsFromPath(pluginPath, results);
        }
    }
    closedir(pDir);
    return true;
}