Einzelnen Beitrag anzeigen

Hoschie

Registriert seit: 7. Feb 2006
41 Beiträge
 
Delphi 2005 Personal
 
#1

Re: Datei bearbeiten und nur Teile wieder speichern

  Alt 5. Mär 2008, 19:08
Also ich habe das jetzt mal mit MemCheck durchgecheckt, aber so wirklich werde ich dadurch nicht schlau.

Delphi-Quellcode:
MemCheck version 2.75

TOP 10 Leaks: begin
Leak #0 User allocated memory (GetMem)
   Size: 102
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012F53C
   call stack - 1 : Routine @Sysutils@Exception@CreateFmt Find error: 0040C565
   call stack - 2 : (no debug info) Find error: 0040CA74
   call stack - 3 : Routine @Sysutils@GetExceptionObject Find error: 0040CB6B
   call stack - 4 : Routine @System@@ExceptionHandler Find error: 00404646
   call stack - 5 : (no debug info) Find error: 7C913787
   call stack - 6 : (no debug info) Find error: 7C91EAF6

Leak #1 User allocated memory (GetMem)
   Size: 16
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012F588
   call stack - 1 : Routine @Sysutils@GetExceptionObject Find error: 0040CB6B
   call stack - 2 : Routine @System@@ExceptionHandler Find error: 00404646
   call stack - 3 : (no debug info) Find error: 7C913787
   call stack - 4 : (no debug info) Find error: 7C91EAF6

Leak #2 User allocated memory (GetMem)
   Size: 4
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012FFE0
   call stack - 1 : (no debug info) Find error: 7C816FD3
   call stack - 2 : (no debug info) Find error: FFFFFFFC

TOP 10 Leaks: end

Total leak: 122 bytes


*** MEMCHK: Blocks STILL allocated ***

Leak #0 User allocated memory (GetMem)
   Size: 102
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012F53C
   call stack - 1 : Routine @Sysutils@Exception@CreateFmt Find error: 0040C565
   call stack - 2 : (no debug info) Find error: 0040CA74
   call stack - 3 : Routine @Sysutils@GetExceptionObject Find error: 0040CB6B
   call stack - 4 : Routine @System@@ExceptionHandler Find error: 00404646
   call stack - 5 : (no debug info) Find error: 7C913787
   call stack - 6 : (no debug info) Find error: 7C91EAF6

Leak #1 User allocated memory (GetMem)
   Size: 16
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012F588
   call stack - 1 : Routine @Sysutils@GetExceptionObject Find error: 0040CB6B
   call stack - 2 : Routine @System@@ExceptionHandler Find error: 00404646
   call stack - 3 : (no debug info) Find error: 7C913787
   call stack - 4 : (no debug info) Find error: 7C91EAF6

Leak #2 User allocated memory (GetMem)
   Size: 4
   1 Occurence
   call stack - 0 : (no debug info) Find error: 0012FFE0
   call stack - 1 : (no debug info) Find error: 7C816FD3
   call stack - 2 : (no debug info) Find error: FFFFFFFC

*** MEMCHK: End of allocated blocks ***


*** MEMCHK: Chronological leak information ***

* User allocated memory (GetMem) (Leak #2) Size: 4
* User allocated memory (GetMem) (Leak #1) Size: 16
* User allocated memory (GetMem) (Leak #0) Size: 102

*** MEMCHK: End of chronological leak information ***


*** MEMCHK: Blocks written to after destruction ***

   Bad blocks count: 0


*** MEMCHK: End of blocks written to after destruction ***
Man entschuldige mir diesen geposteten Text, aber dabei benötige ich echt Hilfe.

Danke
  Mit Zitat antworten Zitat