Fixed some potential problems found by valgrind
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1082 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9becf71aeae514a4a7331f1d9a5f58d7871d014e Former-commit-id: c690b48ada1de6d6ffedb58ded476f52003f13bf
This commit is contained in:
parent
823a972609
commit
bf6b3eeec6
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ LearnedGraph::LearnedGraph()
|
|||
: m_nAxes(0),
|
||||
m_beta(0.5),
|
||||
m_pAxis(0),
|
||||
m_pData(0)
|
||||
m_pData(0),
|
||||
m_dataSize(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue