[Kst] [Bug 102785] plugin crashes kst with error Alarm Clock
George Staikos
staikos at kde.org
Tue Mar 29 21:16:53 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=102785
------- Additional Comments From staikos kde org 2005-03-29 21:16 -------
On Tuesday 29 March 2005 13:51, Brendan Crill wrote:
> ------- ah, I figured out the problem - I'm using mallocs, but only
> reallocs are allowed. Should have read the documentation a little more
> closely :) thanks! _______________________________________________
Note: you can only use realloc() on memory passed in and out of Kst, but you
can use malloc or any other allocator for your own memory.
More information about the Kst
mailing list