Kaydet (Commit) f6de3b71 authored tarafından David Tardon's avatar David Tardon

coverity#738628 Uninitialized scalar field

Change-Id: Ib14384f8212ae03bee4bb5ea9746681287323be4
üst 60df2f15
...@@ -76,8 +76,14 @@ public: ...@@ -76,8 +76,14 @@ public:
GIFWriter::GIFWriter(SvStream &rStream) GIFWriter::GIFWriter(SvStream &rStream)
: m_rGIF(rStream) : m_rGIF(rStream)
, m_pAcc(NULL) , m_pAcc(NULL)
, nMinPercent(0)
, nMaxPercent(0)
, nLastPercent(0)
, nActX(0) , nActX(0)
, nActY(0) , nActY(0)
, nInterlaced(0)
, bStatus(false)
, bTransparent(false)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment