From 278feb99456525712224676af11dd2a9b3c1ba50 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sun, 28 Jan 2024 20:07:57 +0100 Subject: [PATCH 1/2] Fixed bug in hqn --- extern/hqn/hqn.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/extern/hqn/hqn.cpp b/extern/hqn/hqn.cpp index 962119d..213d2dc 100644 --- a/extern/hqn/hqn.cpp +++ b/extern/hqn/hqn.cpp @@ -42,7 +42,6 @@ HQNState::HQNState() // Destructor HQNState::~HQNState() { - delete m_emu; } error_t HQNState::setSampleRate(int rate) From a886d74bd8dd6b629db021f412974a11d6a41bac Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sun, 28 Jan 2024 20:07:57 +0100 Subject: [PATCH 2/2] Fixed bug in hqn --- extern/hqn/hqn.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/extern/hqn/hqn.cpp b/extern/hqn/hqn.cpp index 962119d..213d2dc 100644 --- a/extern/hqn/hqn.cpp +++ b/extern/hqn/hqn.cpp @@ -42,7 +42,6 @@ HQNState::HQNState() // Destructor HQNState::~HQNState() { - delete m_emu; } error_t HQNState::setSampleRate(int rate)