GNUNET_free (filename);
filename = NULL;
}
+ GNUNET_free_non_null (ksks);
+ GNUNET_free_non_null (chks);
return ret;
cleanup:
GNUNET_free_non_null (ksks);
pc->fi_pos = find_file_position (pc->fi,
fi_pos);
GNUNET_free (fi_pos);
+ fi_pos = NULL;
if (pc->fi_pos == NULL)
{
/* failed to find position for resuming, outch! Will start from root! */
emsg);
GNUNET_free (emsg);
}
+ GNUNET_free_non_null (ns);
return GNUNET_OK;
cleanup:
GNUNET_free_non_null (pc->nid);
GNUNET_free_non_null (pc->nuid);
GNUNET_free_non_null (fi_root);
+ GNUNET_free_non_null (fi_pos);
GNUNET_free_non_null (ns);
if ( (rh != NULL) &&
(GNUNET_OK !=
&fi->client_info);
}
GNUNET_free_non_null (fi->filename);
- GNUNET_free_non_null (fi->serialization);
GNUNET_free_non_null (fi->emsg);
GNUNET_free_non_null (fi->chk_uri);
/* clean up serialization */