mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
fixed uninitialized memory read in RSPermissionMatrix
This commit is contained in:
parent
3e187600be
commit
dea29f8612
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ RSPermissionMatrixWidget::RSPermissionMatrixWidget(QWidget *parent)
|
|||
:QFrame(parent)
|
||||
{
|
||||
_painter = new QPainter();
|
||||
_current_service_id = 0;
|
||||
|
||||
setMouseTracking(true) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue