$NetBSD$

--- SpiralSound/Oscillator.C.orig	Wed Jun  5 15:44:40 2002
+++ SpiralSound/Oscillator.C
@@ -39,7 +39,8 @@ m_SHModBuf(NULL)
 	m_Note=new int[SpiralInfo::POLY];
 	m_LastFreq=new float[SpiralInfo::POLY];
 	m_Volume=new float[SpiralInfo::POLY];
-
+	m_FreqModBuf = 0; /* initialize to avoid risk of coredump */
+	m_PulseWidthModBuf = 0; /* initialize to avoid risk of coredump */
 	
 	for (int n=0; n<SpiralInfo::POLY; n++)
 	{
