View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.win32.programmer.ole
Robert Newell Robert Newell is offline
external usenet poster
 
Posts: 1
Default Memory Leak in C++ Excel RTD (same as in VCRTDServer)

My C++ RTD server is leaking memory just like the sample VCRTDServer
(provided with MSDN).

I have tried all kinds of work arounds, but cannot seem to fix the
leak -- it seems like it might be in Excel.

It appears to be related to the RefeshData() function.

Please comment if you have seen this behavior, and/or if you have a
work around.

Thanks!
Robert