Hi, I have a form with a bitmap on it as a splash screen (all specified in
the resource file).  I thought that this wouldn't be a problem, that the
system should automatically take care of the memory on that form...

When I exit the program I get 4 memory leaks.  How can I go about
re-allocting this memory before the program exits?


---------------------
========================================================
0.000:  Relocatable chunk leaked at 0x000026C6, size = 40
0.000:  Chunk allocated by:
0.000:          WinCreateBitmapWindow
0.000:          WinCreateOffscreenWindow
0.000:          WinSaveBits
0.000:          FrmDrawForm
0.000:          FrmDoDialog
0.000:          <Unknown @ 0x0004722E>
0.000:          <Unknown @ 0x000471AE>
0.000:          <Unknown @ 0x00046BF6>
0.000:  Chunk contents:
                ...........took out hex references (poster)
....................

0.000:  --------------------------------------------------------
0.000:  Non-relocatable chunk leaked at 0x00035B3A, size = 3380
0.000:  Chunk allocated by:
0.000:          BmpCreate
0.000:          WinCreateOffscreenWindow
0.000:          WinSaveBits
0.000:          FrmDrawForm
0.000:          FrmDoDialog
0.000:          <Unknown @ 0x0004722E>
0.000:          <Unknown @ 0x000471AE>
0.000:          <Unknown @ 0x00046BF6>
0.000:  Chunk contents (first 256 bytes only):
       ...........took out hex references (poster) ....................
0.010:  --------------------------------------------------------
0.010:  Non-relocatable chunk leaked at 0x0003C4CE, size = 1
0.010:  Chunk allocated by:
0.010:          <Unknown @ 0x000469DC>
0.010:          <Unknown @ 0x00048010>
0.010:  Chunk contents:
0.010:          00                                                      .
0.010:  --------------------------------------------------------
0.010:  Non-relocatable chunk leaked at 0x0003C4D8, size = 1
0.010:  Chunk allocated by:
0.010:          <Unknown @ 0x000469DC>
0.010:          <Unknown @ 0x00047FF2>
0.010:  Chunk contents:
0.010:          7F                                                      .
0.010:  WARNING:



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to