Skip to content
Snippets Groups Projects
Commit 3a2233cd authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Fix Coverity issue CID 56130 (Uninitialized pointer field)

parent 464a86fe
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ private: ...@@ -46,6 +46,7 @@ private:
TRegexp *fReg; // pattern regular expression TRegexp *fReg; // pattern regular expression
public: public:
TGMime() : fReg(0) {}
~TGMime(); ~TGMime();
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment