summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp
index 4c07b3a..226f058 100644
--- a/core/applets/vmemo/vmemo.cpp
+++ b/core/applets/vmemo/vmemo.cpp
@@ -311,5 +311,2 @@ bool VMemo::startRecording() {
311 recording = FALSE; 311 recording = FALSE;
312 msgLabel=0;
313 delete msgLabel;
314
315 return FALSE; 312 return FALSE;
@@ -429,2 +426,6 @@ int VMemo::openDSP() {
429 if(dsp == -1) { 426 if(dsp == -1) {
427 msgLabel->close();
428 msgLabel=0;
429 delete msgLabel;
430
430 perror("open(\"/dev/dsp\")"); 431 perror("open(\"/dev/dsp\")");