BUG-3219: clear queue array before stashing 83/20883/1
authorRobert Varga <rovarga@cisco.com>
Thu, 21 May 2015 11:05:15 +0000 (13:05 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 21 May 2015 11:23:19 +0000 (13:23 +0200)
commitf84d1445e610bf985caa1c4e41c35954ea664b2c
tree2f58aecd5339e383388401e8eb1059a194d316a8
parenta3268dc42105363032fd52ff36230b0a9ad39dc1
BUG-3219: clear queue array before stashing

The queue should be cleared before stashing so as to not take the take
up memory.

Change-Id: I71c9a90e1ed9e4b7c7d47bb3e0785f67a8daf932
Signed-off-by: Robert Varga <rovarga@cisco.com>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueManager.java