[libGD] #62 [Comment added] invoke gdFree error!
[email protected] (libGD)
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#62 - invoke gdFree error! User who did this - C.F (webwindy) ---------- sorry ,I can't give a complete example! I use gd in our project. void * picBuf; picBuf = gdImagePngPtr(imPtr, size); declare in the gd.h /* Best to free this memory with gdFree(), not free() */ BGD_DECLARE(void *) gdImagePngPtr (gdImagePtr im, int *size); The imgBuf is the copy of the picBuf ,it is not gdImagePtr . so ,I call gdFree(picBuf) , but It can't work well sometimes. ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=62#comment170 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.