/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/MainLoop.c

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-06 16:24:07 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160306162407-wkvvbe3e081f9k26
* Added the standard libc malloc/free code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    }
209
209
    s_mutex_unlock (self->mutex[S_MAIN_LOOP_RING_NONE][S_MAIN_LOOP_STATE_NONE]);
210
210
  }
 
211
  s_main_loop_quit (self);
211
212
}
212
213
 
213
214