aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/smack/smack_lsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
index 81fb4c1631e9..73e41797960e 100644
--- a/security/smack/smack_lsm.c
+++ b/security/smack/smack_lsm.c
@@ -735,6 +735,7 @@ out_err:
735 kfree(fshat); 735 kfree(fshat);
736 kfree(fsroot); 736 kfree(fsroot);
737 kfree(fstransmute); 737 kfree(fstransmute);
738 security_free_mnt_opts(opts);
738 return rc; 739 return rc;
739} 740}
740 741