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