mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -125,7 +125,7 @@ namespace
|
||||
}
|
||||
|
||||
private:
|
||||
FILE *m_randDev;
|
||||
FILE *m_randDev = nullptr;
|
||||
};
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user