From 04b3dbe0a339c42d7b2085bcd6149e9277d699a1 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 12 Dec 2023 12:07:59 +0200 Subject: remove redundant osc end --- src/osc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/osc.c') 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 -- cgit v1.2.3