Skip to content
  • Leesoo Ahn's avatar
    flattenlistmodel: Fix uninitialized variable warning · 4ad8dceb
    Leesoo Ahn authored
    Variable, added, would be a garbage value if model is NULL and
    the following code, if condition, use the uninitialized variable.
    A side effect could be occurred by that.
    
    To avoid, the variable is initialized to zero.
    4ad8dceb