/[gnokii]/gnokii/common/vcal.c
ViewVC logotype

Diff of /gnokii/common/vcal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pkot, Wed Apr 20 22:33:36 2005 UTC revision 1.5 by pkot, Thu May 19 21:48:40 2005 UTC
# Line 350  API int gn_ical2calnote(FILE *f, gn_caln Line 350  API int gn_ical2calnote(FILE *f, gn_caln
350                  fprintf(stderr, _("Component found\n%s\n"), icalcomponent_as_ical_string(compresult));                  fprintf(stderr, _("Component found\n%s\n"), icalcomponent_as_ical_string(compresult));
351    
352          }          }
353          icalcomponent_free(compresult);          if (compresult)
354          icalcomponent_free(comp);                  icalcomponent_free(compresult);
355          icalparser_free(parser);          if (comp)
356                    icalcomponent_free(comp);
357            if (parser)
358                    icalparser_free(parser);
359  #else  #else
360          retval = GN_ERR_NOTIMPLEMENTED;          retval = GN_ERR_NOTIMPLEMENTED;
361  #endif /* HAVE_LIBICAL */  #endif /* HAVE_LIBICAL */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26