summaryrefslogtreecommitdiffstats
path: root/src/osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osc.c')
-rw-r--r--src/osc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osc.c b/src/osc.c
index 8ce915c..c3c5d48 100644
--- a/src/osc.c
+++ b/src/osc.c
@@ -77,7 +77,6 @@ osc_load_wav(osc_t * osc, const char * path)
}
osc->len = fileInfo.frames;
- osc->end = fileInfo.frames;
osc->data = (float *) malloc(sizeof(float) * fileInfo.frames);
// Read the WAV file into the buffer