Closed monkeyfdude closed 9 years ago
I’ll take a look at this this week.
-- Andrew
On Jul 15, 2015, at 6:41 AM, monkeyfdude notifications@github.com wrote:
Thank you the library. I use libical.a provided by you.
With Xcode instrumentation, I found following line leaks memory in XbICComponent.m
icalcomponent *root = icalparser_parse_string([content cStringUsingEncoding:NSUTF8StringEncoding]);
Do you have a fix for this?
Thanks
— Reply to this email directly or view it on GitHub https://github.com/libical/XbICalendar/issues/31.
Hello,
Did you get a chance to look at this issue?
Thank you,
might be that XblCalendar is using an older version of libical. I don't know which version is used.
In ical.h
I did try your latest XblCalendar but it has the same issue.
Could you point me to latest libical.a please??
We are working on building a 2.0.x version of the library. I though it was committed … looking
-- A
On Jul 21, 2015, at 6:43 AM, monkeyfdude notifications@github.com wrote:
define ICAL_PACKAGE "libical"
define ICAL_VERSION "1.00"
I did try your latest XblCalendar but it has the same issue.
Could you point me to latest libical.a please??
— Reply to this email directly or view it on GitHub https://github.com/libical/XbICalendar/issues/31#issuecomment-123078079.
I've built the library with libical library tag: 1.0.1
Our tag is "0.3.2" this is the library pulled with podspec
In ical.h
I can not detect a memory leak now.
Please let me know if you still have an issue.
thank you so much...will update the ticket
Thank you the library. I use libical.a provided by you.
With Xcode instrumentation, I found following line leaks memory in XbICComponent.m
Do you have a fix for this?
Thanks