home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / compdestroy.expect < prev    next >
Text File  |  1997-09-03  |  2KB  |  40 lines

  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 LCLint checking --- 1 code error found, 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 LCLint checking --- 2 code errors found, 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[] becomes probably dead
  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 LCLint checking --- 3 code errors found, 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[] becomes probably dead
  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 LCLint checking --- 3 code errors found, as expected
  40.