S
silvia.fama
Hi!
I wrote VB Net code to create an application.
The application calls a C function (loaded into a dll). This C
function allocates a string:
Blob = malloc (sizeof xxx)
The string Blob is returned to VB Net application that needs to read.
I'm sure that the memory allocated for Blob into the C function is not
freed in VB Net application (aslo if I do Blob = Nothing).
How can I free this memory?
I hope to be clear!!
Thank you!
Silvia
I wrote VB Net code to create an application.
The application calls a C function (loaded into a dll). This C
function allocates a string:
Blob = malloc (sizeof xxx)
The string Blob is returned to VB Net application that needs to read.
I'm sure that the memory allocated for Blob into the C function is not
freed in VB Net application (aslo if I do Blob = Nothing).
How can I free this memory?
I hope to be clear!!
Thank you!
Silvia