Browse Source

Fix resource leak

pull/1254/head
FaramosCZ 7 years ago
committed by Sergey Vojtovich
parent
commit
9ff713d33a
  1. 1
      extra/mariabackup/backup_copy.cc

1
extra/mariabackup/backup_copy.cc

@ -1216,6 +1216,7 @@ copy_or_move_file(const char *src_file_path,
if (!directory_exists(dst_dir, true)) {
ret = false;
free(link_filepath);
goto cleanup;
}

Loading…
Cancel
Save