• Show log

    Commit

  • Hash : 7cdad6c7
    Author : Sascha Cunz
    Date : 2012-11-28T12:43:12

    Fix uninitialized variable
    
    clang-SVN HEAD kindly provided my the info, that sm_repo maybe
    uninitialized when we want to free it (If the expression in line 358 or
    359/360 evaluate to true, we jump to "cleanup", where we'd use sm_repo
    uninitialized).