summaryrefslogtreecommitdiff
path: root/tests/unit/unit1394.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unit1394.c')
-rw-r--r--tests/unit/unit1394.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/unit1394.c b/tests/unit/unit1394.c
index 6855fc7ab..d6644f8eb 100644
--- a/tests/unit/unit1394.c
+++ b/tests/unit/unit1394.c
@@ -122,8 +122,10 @@ UNITTEST_START
fail("assertion failure");
}
}
- if(certname) free(certname);
- if(passphrase) free(passphrase);
+ if(certname)
+ free(certname);
+ if(passphrase)
+ free(passphrase);
}
UNITTEST_STOP