pobrn / mktorrent

A simple command line utility to create BitTorrent metainfo files
Other
472 stars 73 forks source link

Fix free() issue #43

Closed uno20001 closed 4 years ago

uno20001 commented 4 years ago

This pull requests fixes an issue that occurred when the output file name was already an absolute path, and the program tried to free() a pointer that it had no right to free.