[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 - Pierre Joye (Pierre) ---------- > sorry ,I can't give a complete example! I use gd in our project. Yes, I noticed that so far. But sorry, I have hard time to understand what you are trying to explain. > declare in the gd.h That's the declaration with a source comment. Does that mean you have to use gdFree? no. gdFree should **not** be used to free a gdImagePtr. Check out the documentation here: http://www.libgd.org/Documentation (especially http://libgd.org/%22OldReference%22) For what I see, you are misusing the GD functions. If you can show me some source code I may be able to help. You can contact me privately if you cannot publish your code. Another solution is to write a small example from scratch to reproduce your problem: create an image, draw something, save the image. ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=62#comment171 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.