~ubuntu-branches/ubuntu/karmic/cyrus-imapd-2.2/karmic

« back to all changes in this revision

Viewing changes to perl/sieve/managesieve/managesieve.xs

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 18:51:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711185139-gl3oe4tppp7g3euf
Tags: 2.2.13-4ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 *
40
40
 */
41
41
 
42
 
/* $Id: managesieve.xs,v 1.21 2003/10/22 18:50:27 rjs3 Exp $ */
 
42
/* $Id: managesieve.xs,v 1.22 2005/04/21 18:38:10 shadow Exp $ */
43
43
 
44
44
#ifdef __cplusplus
45
45
extern "C" {
330
330
 
331
331
  if(r) {
332
332
        /* we failed */
333
 
        free(ret->class);
 
333
        safefree(ret->class);
334
334
        free(ret);
335
335
        XSRETURN_UNDEF;
336
336
  }