summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsound_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qsound_mac.mm')
-rw-r--r--src/gui/kernel/qsound_mac.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qsound_mac.mm b/src/gui/kernel/qsound_mac.mm
index 61e42ba..71fd663 100644
--- a/src/gui/kernel/qsound_mac.mm
+++ b/src/gui/kernel/qsound_mac.mm
@@ -174,6 +174,7 @@ NSSound *QAuServerMac::createNSSound(const QString &fileName, QSound *qSound)
NSSound * const nsSound = [[NSSound alloc] initWithContentsOfFile: nsFileName byReference:YES];
QMacSoundDelegate * const delegate = [[QMacSoundDelegate alloc] initWithQSound:qSound:this];
[nsSound setDelegate:delegate];
+ [nsFileName release];
return nsSound;
}