~ubuntu-branches/ubuntu/hardy/smbc/hardy

« back to all changes in this revision

Viewing changes to src/convert.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-07-08 19:04:03 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050708190403-3n27wqlwme8r4hh9
Tags: 1.2.2-1build1
rebuild to remove erroneous /usr/share/info/dir.gz on hppa

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  if (param->conv) 
73
73
    iconv_close(param->cd);
74
74
  if (param->dst != NULL) 
75
 
    free(param->dst);
 
75
    Rfree(param->dst);
76
76
  param->dst_len = 0;
77
77
  param->dst = NULL;
78
 
  free(param);
 
78
  Rfree(param);
79
79
}
80
80
 
81
81
const char*