diff options
Diffstat (limited to 'src/stable/queuebuf.cpp')
-rw-r--r-- | src/stable/queuebuf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/queuebuf.cpp b/src/stable/queuebuf.cpp index f80f9d9..29da6ba 100644 --- a/src/stable/queuebuf.cpp +++ b/src/stable/queuebuf.cpp | |||
@@ -22,6 +22,7 @@ Bu::QueueBuf::~QueueBuf() | |||
22 | { | 22 | { |
23 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) | 23 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) |
24 | delete[] *i; | 24 | delete[] *i; |
25 | lBlocks.clear(); | ||
25 | } | 26 | } |
26 | 27 | ||
27 | void Bu::QueueBuf::close() | 28 | void Bu::QueueBuf::close() |