lease complete the changelog entry below
[claws.git] / src / procheader.c
index f645b07118777d8581d7dd67d1cba2790d6804e4..392b55f3cfa5d9b0358974e95bc206eaae7d2998 100644 (file)
@@ -1006,7 +1006,7 @@ gint procheader_get_header_from_msginfo(MsgInfo *msginfo, gchar *buf, gint len,
        val = procheader_get_one_field(buf,len, fp, hentry);
        if (fclose(fp) == EOF) {
                FILE_OP_ERROR(file, "fclose");
-               g_unlink(file);
+               claws_unlink(file);
                g_free(file);
                return -1;
        }