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

Commit a81c9a1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CAS: Fix memory leak in FactoryLoader"

parents 02cbb004 09edb574
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;
}