Skip to content

Commit

Permalink
fix some sonar warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Sep 16, 2024
1 parent 15284ff commit 5c61d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base/profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class eProfile
if (m_handle)
{
fclose(m_handle);
m_handle = 0;
m_handle = nullptr;
}
}

Expand Down
1 change: 1 addition & 0 deletions lib/dvb/volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ eDVBVolumecontrol::eDVBVolumecontrol()
mainVolume = NULL;
openMixer();
#endif
mute_zero = false;
volumeUnMute();
setVolume(100, 100);
}
Expand Down

0 comments on commit 5c61d43

Please sign in to comment.