mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
fixes memory leak in _unix_update_dir()
This commit is contained in:
parent
bdc7179a28
commit
435596b485
@ -915,6 +915,8 @@ _unix_update_dir(u3_udir* dir_u)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
free(pax_c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user