[Scummvm-git-logs] scummvm master -> 9dd2070243cba9d51936824df18b43d092307138
lotharsm
mail at serra.me
Sun Jul 4 14:29:18 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9dd2070243 AUDIO: MT32: Bump MT32 emulation code to libmt32emu 2.5.1
Commit: 9dd2070243cba9d51936824df18b43d092307138
https://github.com/scummvm/scummvm/commit/9dd2070243cba9d51936824df18b43d092307138
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-07-04T16:28:57+02:00
Commit Message:
AUDIO: MT32: Bump MT32 emulation code to libmt32emu 2.5.1
Changed paths:
NEWS.md
audio/softsynth/mt32/ROMInfo.cpp
audio/softsynth/mt32/config.h
doc/de/NEUES.md
diff --git a/NEWS.md b/NEWS.md
index a5ec01c521..ca12945ceb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -29,7 +29,7 @@ For a more comprehensive changelog of the latest experimental code, see:
General:
- Switched ScummVM GUI output to UTF-32.
- - Updated the Roland MT-32 emulation code to the Munt project's mt32emu 2.5.0.
+ - Updated the Roland MT-32 emulation code to the Munt project's mt32emu 2.5.1.
- Updated Dropbox Cloud Storage to use the new Dropbox OAuth workflow.
- Major extension to the number of supported graphics scalers.
- Display path to scummvm configuration file in GUI -> Options -> Paths.
diff --git a/audio/softsynth/mt32/ROMInfo.cpp b/audio/softsynth/mt32/ROMInfo.cpp
index b960427c8d..ab22883cbe 100644
--- a/audio/softsynth/mt32/ROMInfo.cpp
+++ b/audio/softsynth/mt32/ROMInfo.cpp
@@ -247,7 +247,7 @@ ROMImage::~ROMImage() {
if (ownFile) {
const Bit8u *data = file->getData();
delete file;
- delete data;
+ delete[] data;
}
}
diff --git a/audio/softsynth/mt32/config.h b/audio/softsynth/mt32/config.h
index bc3a168837..bf5ea8ca26 100644
--- a/audio/softsynth/mt32/config.h
+++ b/audio/softsynth/mt32/config.h
@@ -18,10 +18,10 @@
#ifndef MT32EMU_CONFIG_H
#define MT32EMU_CONFIG_H
-#define MT32EMU_VERSION "2.5.0"
+#define MT32EMU_VERSION "2.5.1"
#define MT32EMU_VERSION_MAJOR 2
#define MT32EMU_VERSION_MINOR 5
-#define MT32EMU_VERSION_PATCH 0
+#define MT32EMU_VERSION_PATCH 1
/* Library Exports Configuration
*
diff --git a/doc/de/NEUES.md b/doc/de/NEUES.md
index 90a7fff83b..b45ff90b8f 100644
--- a/doc/de/NEUES.md
+++ b/doc/de/NEUES.md
@@ -30,7 +30,7 @@ Programmcodes finden Sie auf Englisch unter:
Allgemein:
- Die ScummVM-Benutzeroberfläche unterstützt nun UTF-32.
- - Code der Roland MT-32-Emulation auf mt32emu 2.5.0 des Munt-Projekts aktualisiert.
+ - Code der Roland MT-32-Emulation auf mt32emu 2.5.1 des Munt-Projekts aktualisiert.
- Unterstützung für die neue OAuth-Implementierung von Dropbox hinzugefügt.
- Umfangreiche Verbesserungen an den unterstützten Grafik-Scalern vorgenommen.
- Der Pfad zur ScummVM-Konfigurationsdatei wird nun in der GUI unter Optionen -> Pfade angezeigt.
More information about the Scummvm-git-logs
mailing list