From 7cf389f735656ed9ee2dc2b6d2c61427a80ee796 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 28 Mar 2011 23:28:45 +0200 Subject: libmount: fix leak in sample program Signed-off-by: Karel Zak --- shlibs/mount/samples/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shlibs/mount/samples/mount.c') diff --git a/shlibs/mount/samples/mount.c b/shlibs/mount/samples/mount.c index d7c281fcc..dd8e6c15c 100644 --- a/shlibs/mount/samples/mount.c +++ b/shlibs/mount/samples/mount.c @@ -119,7 +119,7 @@ static int print_all(struct libmnt_context *cxt, char *pattern, int show_label) while(mnt_table_next_fs(tb, itr, &fs) == 0) { const char *type = mnt_fs_get_fstype(fs); const char *src = mnt_fs_get_source(fs); - char *optstr = mnt_fs_strdup_options(fs); + const char *optstr = mnt_fs_get_options(fs); if (type && pattern && !mnt_match_fstype(type, pattern)) continue; -- cgit v1.2.3-55-g7522