]> andersk Git - splint.git/blame - test/compdestroy.out
Fixed the readme file based on the information on the web page.
[splint.git] / test / compdestroy.out
CommitLineData
86d93ed3 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
6Finished checking --- 1 code warning, as expected
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
15Finished checking --- 2 code warnings, as expected
16
17compdestroy.c: (in function sip_free)
18compdestroy.c:16:13: Possibly dead storage x->ips[] passed as out parameter:
19 x->ips[i]
20 compdestroy.c:15:13: Storage x->ips[] becomes probably dead
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
27Finished checking --- 3 code warnings, as expected
28
29compdestroy.c: (in function sip_free)
30compdestroy.c:16:13: Possibly dead storage x->ips[] passed as out parameter:
31 x->ips[i]
32 compdestroy.c:15:13: Storage x->ips[] becomes probably dead
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
39Finished checking --- 3 code warnings, as expected
This page took 0.123661 seconds and 5 git commands to generate.