mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
Fix memory leak of OVSDB
Change-Id: Iebe692eda2af68400f19b4de40db5cd4afba802e
This commit is contained in:
parent
5789e1ca61
commit
1afeccea20
@ -1387,6 +1387,9 @@ public class DefaultOvsdbClient implements OvsdbProviderService, OvsdbClientServ
|
||||
}
|
||||
String methodName = requestMethod.get(requestId);
|
||||
sf.set(FromJsonUtil.jsonResultParser(response, methodName));
|
||||
|
||||
requestResult.remove(requestId);
|
||||
requestMethod.remove(requestId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user