Added mountpoint functions to sourcefs

This commit is contained in:
2025-05-01 16:16:09 +02:00
parent 07cb76f425
commit 31b70b6069
3 changed files with 44 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ int main(int argc, char *argv[]) {
ret = fuse_main(argc - 1, argv, get_fuse_operations(), NULL);
free((void *)mountpoint);
source_destroy();
destroy_ui_socket();
return ret;
}