From 53794a2a4ba73010901764534cb706fb978ad16c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 26 Apr 2011 13:25:37 +0000
Subject: [PATCH] bug 1362:

---
 MAC/APL/CEPCU/src/CEPlogProcessor/CircularBuffer.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAC/APL/CEPCU/src/CEPlogProcessor/CircularBuffer.h b/MAC/APL/CEPCU/src/CEPlogProcessor/CircularBuffer.h
index 8e9aff22b41..db01723535f 100644
--- a/MAC/APL/CEPCU/src/CEPlogProcessor/CircularBuffer.h
+++ b/MAC/APL/CEPCU/src/CEPlogProcessor/CircularBuffer.h
@@ -34,6 +34,11 @@ namespace LOFAR {
 class CircularBuffer {
 public:
   CircularBuffer( unsigned capacity ):
+    buffer(0),
+    begin(0),
+    end(0),
+    head(0),
+    tail(0),
     capacity(capacity),
     full(capacity == 0)
   {
-- 
GitLab