Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libebgenv: fix memory leak in partition probing
When probing partitions, the mountpoint string is allocated on the heap. Normally the mountpoint is freed during unmounting. But for partitions that are already mounted, we also need to free the mountpoint str. Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information