Solve some problems with memory cleanup.
commit5dde34c12fd1afa655ff445eee302560c2d4a044
authorGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 16 Sep 2009 09:49:06 +0000 (16 11:49 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 16 Sep 2009 09:49:06 +0000 (16 11:49 +0200)
treee2cdf78f52775a16953a5cc84633319a6f14579c
parentfc93f7b5de3d6c5bd4992d1fce5290f442d15e55
Solve some problems with memory cleanup.

Remove explicit calls to `xfree' but leave `lisp_malloc'ed memory to
the garbage collector.

Check for `pthread_create' errors and restore the previous situation
in case something went wrong.
src/thread.c