Skip to content

Commit 1f4f5eb

Browse files
committed
Fixed NPE
1 parent e953129 commit 1f4f5eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

player/src/main/java/xyz/gianlu/librespot/player/codecs/VorbisCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void close() throws IOException {
223223
joggStreamState.clear();
224224
jorbisBlock.clear();
225225
jorbisDspState.clear();
226-
jorbisInfo.clear();
226+
// jorbisInfo.clear();
227227
joggSyncState.clear();
228228
}
229229
}

0 commit comments

Comments
 (0)