/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Error.c

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-26 16:45:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151026164537-4akey17vtdz35kb3
* Removed depricaded functions from SObject code.
* changed cast to "sugger" macro in s_dynamic_array_free ()

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
 
250
250
void
251
251
_internal_s_error_domain_item_free (SErrorDomainItem * self) {
 
252
  s_dbg_print ("(SErrorDomainItem) %d, %s", self->domain, self->domain_name);
252
253
  s_dbg_print ("Freeing name.");
253
254
  free (self->domain_name);
254
255
  s_dbg_print ("freeing self.");