mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
r4226 in private: Added a comment pointing out a potential memory leak.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4345 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -59,6 +59,7 @@ void LogicalChannel::open()
|
||||
Control::TransactionEntry *trans = mTransactionFIFO.readNoBlock();
|
||||
if (!trans) break;
|
||||
LOG(WARNING) << "flushing stray transaction " << *trans;
|
||||
// FIXME -- Shouldn't we be deleting these?
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user