asalamon74 / pktriggercord

Remote control for Pentax DSLR cameras
http://pktriggercord.melda.info
GNU Lesser General Public License v3.0
103 stars 38 forks source link

replaced some weird string allocate + copy constructs by just doing strdup #65

Closed msmeissn closed 3 years ago

msmeissn commented 3 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.

asalamon74 commented 3 years ago

Thanks, committed.