aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 28e1efcb..cb1239ee 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1950,7 +1950,7 @@ static ALCvoid FreeDevice(ALCdevice *device)
}
if(device->DefaultSfont)
- MidiSynth_deleteSoundfont(device, device->DefaultSfont);
+ ALsoundfont_deleteSoundfont(device->DefaultSfont, device);
device->DefaultSfont = NULL;
if(device->BufferMap.size > 0)