mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[RuntimeDyld] Remove a memory-leak that was introduced in r243456. Thanks to Ben
Kramer for catching this. llvm-svn: 243476
This commit is contained in:
parent
c40b4e8361
commit
787b94fac7
@ -277,7 +277,7 @@ static int printLineInfoForInput(bool LoadObjects, bool UseDebugObj) {
|
||||
if (UseDebugObj) {
|
||||
DebugObj = LoadedObjInfo->getObjectForDebug(Obj);
|
||||
SymbolObj = DebugObj.getBinary();
|
||||
LoadedObjInfo.release();
|
||||
LoadedObjInfo.reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user