pathie-cpp
pathie-cpp copied to clipboard
fix potential memory leak.
if given a invalid path, call to Path::children() function may lead to a memory leak due to throw in construct body.
like call Path("\tmp").children() in windows os.