mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-07 17:19:12 +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:
parent
c804babe1d
commit
56b62e49b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue