diff --git a/src/main/java/io/github/dsheirer/audio/codec/mbe/JmbeAudioModule.java b/src/main/java/io/github/dsheirer/audio/codec/mbe/JmbeAudioModule.java index 2eae11666..92750e4d8 100644 --- a/src/main/java/io/github/dsheirer/audio/codec/mbe/JmbeAudioModule.java +++ b/src/main/java/io/github/dsheirer/audio/codec/mbe/JmbeAudioModule.java @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2014-2023 Dennis Sheirer + * Copyright (C) 2014-2024 Dennis Sheirer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,6 +41,9 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** + * Base audio module for protocols that use the JMBE audio codec. + */ public abstract class JmbeAudioModule extends AbstractAudioModule implements Listener, IMessageListener, ISquelchStateListener { @@ -64,7 +67,6 @@ public void dispose() { super.dispose(); MyEventBus.getGlobalEventBus().unregister(this); - mAudioCodec = null; } public IAudioCodec getAudioCodec()