X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/11db3170da99e22aa0acea76debd6c7b590a629c..10fac4bc6190bcda80bf75e7267cb456e5a8b772:/test/outparam.expect diff --git a/test/outparam.expect b/test/outparam.expect index 1b9334b..6ffb831 100644 --- a/test/outparam.expect +++ b/test/outparam.expect @@ -15,6 +15,6 @@ outparam.c:44:3: Variable t3 used before definition outparam.c:47:5: Arrow access from possibly null pointer t4: t4->a outparam.c:46:8: Storage t4 may become null outparam.c:48:13: Fresh storage t4 not released before return - outparam.c:46:3: Fresh storage t4 allocated + outparam.c:46:3: Fresh storage t4 created Finished checking --- 12 code warnings, as expected