Summary: | plugin crashes kst with error Alarm Clock | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Brendan Crill <bpc> |
Component: | general | Assignee: | kst |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Brendan Crill
2005-03-29 20:24:40 UTC
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! 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.
|