diff options
| -rw-r--r-- | libmount/src/hook_loopdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/hook_loopdev.c b/libmount/src/hook_loopdev.c index 22379cf72d..8c8f7f2187 100644 --- a/libmount/src/hook_loopdev.c +++ b/libmount/src/hook_loopdev.c @@ -59,7 +59,7 @@ is_mounted_same_loopfile(struct libmnt_context *cxt, const char *backing_file, uint64_t offset) { - struct libmnt_table *tb; + struct libmnt_table *tb = NULL; struct libmnt_iter itr; struct libmnt_fs *fs; struct libmnt_cache *cache; |
