]> andersk Git - splint.git/blame - test/compdestroy.expect
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / compdestroy.expect
CommitLineData
885824d3 1
2compdestroy.c: (in function sip_free2)
3compdestroy.c:25:9: Only storage *(x->ips) (type oip) derived from released
4 storage is not released (memory leak): x->ips
5
11db3170 6Finished checking --- 1 code warning, as expected
885824d3 7
8compdestroy.c: (in function sip_free)
9compdestroy.c:19:9: Only storage x->ips[] (type oip) derived from released
10 storage may not have been released: x->ips
11compdestroy.c: (in function sip_free2)
12compdestroy.c:25:9: Only storage *(x->ips) (type oip) derived from released
13 storage is not released (memory leak): x->ips
14
11db3170 15Finished checking --- 2 code warnings, as expected
885824d3 16
17compdestroy.c: (in function sip_free)
18compdestroy.c:16:13: Possibly dead storage x->ips[] passed as out parameter:
19 x->ips[i]
16c024b5 20 compdestroy.c:15:13: Storage x->ips[] possibly released
885824d3 21compdestroy.c:19:9: Only storage x->ips[] (type oip) derived from released
22 storage may not have been released: x->ips
23compdestroy.c: (in function sip_free2)
24compdestroy.c:25:9: Only storage *(x->ips) (type oip) derived from released
25 storage is not released (memory leak): x->ips
26
11db3170 27Finished checking --- 3 code warnings, as expected
885824d3 28
29compdestroy.c: (in function sip_free)
30compdestroy.c:16:13: Possibly dead storage x->ips[] passed as out parameter:
31 x->ips[i]
16c024b5 32 compdestroy.c:15:13: Storage x->ips[] possibly released
885824d3 33compdestroy.c:19:9: Only storage x->ips[] (type oip) derived from released
34 storage may not have been released: x->ips
35compdestroy.c: (in function sip_free2)
36compdestroy.c:25:9: Only storage *(x->ips) (type oip) derived from released
37 storage is not released (memory leak): x->ips
38
11db3170 39Finished checking --- 3 code warnings, as expected
This page took 0.074394 seconds and 5 git commands to generate.