]> andersk Git - splint.git/blame - test/compdestroy.expect
Updated README version number. (Testing sourceforge)
[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
6Finished LCLint checking --- 1 code error found, 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 LCLint checking --- 2 code errors found, 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 LCLint checking --- 3 code errors found, 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 LCLint checking --- 3 code errors found, as expected
This page took 0.090855 seconds and 5 git commands to generate.