Skip to content

Commit

Permalink
playsid plugin had an extra dirdbUnref() that should not be there.
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Feb 16, 2024
1 parent d312247 commit 31cd711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playsid/libsidplayfp-api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ namespace libsidplayfp
dirdbAPI->Unref ( basic_ref, dirdb_use_file);
dirdbAPI->Unref (chargen_ref, dirdb_use_file);

dirdbAPI->Unref ( dirdb_base, dirdb_use_dir);

sidplayer.setKernal ( kernalRom);
sidplayer.setBasic ( basicRom);
sidplayer.setChargen(chargenRom);
Expand Down

0 comments on commit 31cd711

Please sign in to comment.