Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
306 stars 104 forks source link

Fix tiny resource leak. #248

Closed TMR5454 closed 1 month ago

TMR5454 commented 1 month ago

opendir() return DIR* but not handled and never closed. This source just want to remove and create new directory right?