• Show log

    Commit

  • Hash : e4def81a
    Author : Vicent Marti
    Date : 2010-10-08T13:52:17

    Fix issue 3 (memory corruption resize_tree_array)
    
    The tree array wasn't being initialized when instantiating a tree object
    in memory instead of loading it from disk.
    
    New unit tests added to check for the problem.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>