diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/unix/af_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index c5bf5ef2bf89..49d5093eb055 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -2339,6 +2339,7 @@ again: | |||
2339 | 2339 | ||
2340 | if (signal_pending(current)) { | 2340 | if (signal_pending(current)) { |
2341 | err = sock_intr_errno(timeo); | 2341 | err = sock_intr_errno(timeo); |
2342 | scm_destroy(&scm); | ||
2342 | goto out; | 2343 | goto out; |
2343 | } | 2344 | } |
2344 | 2345 | ||