coverity#707667 Uninitialized pointer field
Change-Id: Ia8024e1bff86d6b9e18dc60f81bd28e4b8a590af
This commit is contained in:
@@ -93,6 +93,11 @@ public:
|
|||||||
snippets, after the vtable itself.</p>
|
snippets, after the vtable itself.</p>
|
||||||
*/
|
*/
|
||||||
Block * blocks;
|
Block * blocks;
|
||||||
|
Vtables()
|
||||||
|
: count(0)
|
||||||
|
, blocks(NULL)
|
||||||
|
{
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
VtableFactory();
|
VtableFactory();
|
||||||
|
Reference in New Issue
Block a user