Results 2 comments of Currywurst

Hi, we have an large Multibyte MFC Project and we also get the FALSE Positive leaks. We can not simply add the MFC Unicode libs. I tryed to compile the...

I got this too and fixed it by adding few lines after event.all_day and before try: event.location in the file icalparser.py: event.all_day = type(component.get('dtstart').dt) is date ` if component.get('rrule'): event.recurring...