fix uninitialized dst_path_is_dir bool

This commit is contained in:
Ryo Nakamura
2023-03-10 21:42:00 +09:00
parent e037294d3d
commit 2477647a3b
2 changed files with 9 additions and 3 deletions

View File

@@ -376,6 +376,8 @@ int main(int argc, char **argv)
fprintf(stderr, "%s\n", mscp_get_error());
ret = mscp_join(m);
if (ret != 0)
fprintf(stderr, "%s\n", mscp_get_error());
pthread_cancel(tid_stat);
pthread_join(tid_stat, NULL);