Closed msmeissn closed 4 years ago
replaced some weird string allocate + copy constructs by just doing strdup() which does the same thing
also remove one string memory duplication in get_drives, as we would leak memory.
Thanks, committed.
replaced some weird string allocate + copy constructs by just doing strdup() which does the same thing
also remove one string memory duplication in get_drives, as we would leak memory.