Skip to content

Commit

Permalink
Fix resource leak
Browse files Browse the repository at this point in the history
  • Loading branch information
FaramosCZ authored and Sergey Vojtovich committed Mar 22, 2019
1 parent 89e390b commit 9c9bf96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/mariabackup/xtrabackup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5327,6 +5327,7 @@ xb_process_datadir(
fileinfo.name, data))
{
os_file_closedir(dbdir);
os_file_closedir(dir);
return(FALSE);
}
}
Expand Down

0 comments on commit 9c9bf96

Please sign in to comment.