/[guile]/guile/guile-core/libguile/threads.c
ViewVC logotype

Diff of /guile/guile-core/libguile/threads.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by mdj, Tue Dec 10 16:51:14 2002 UTC revision 1.37 by mdj, Tue Dec 10 17:27:31 2002 UTC
# Line 341  really_launch (SCM_STACKITEM *base, laun Line 341  really_launch (SCM_STACKITEM *base, laun
341                         data,                         data,
342                         (scm_t_catch_handler) handler_bootstrip,                         (scm_t_catch_handler) handler_bootstrip,
343                         data, base);                         data, base);
344    scm_i_plugin_mutex_unlock (&t->heap_mutex); /* release the heap */    scm_i_leave_guile (); /* release the heap */
345    free (data);    free (data);
346    
347    scm_i_plugin_mutex_lock (&thread_admin_mutex);    scm_i_plugin_mutex_lock (&thread_admin_mutex);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26