bugfix: avoid possible segfault if notify_stop_main_thread is called before thread was launched (thanks Jan for reporting this)

This commit is contained in:
Frederic Culot
2009-01-22 18:11:56 +00:00
parent 38912b36da
commit d8861f877e
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2009-01-22 Frederic Culot <frederic@culot.org>
* src/notify.c (notify_stop_main_thread): avoid a possible
segfault if this function is called before the thread was launched
(thanks Jan for reporting this)
* configure.ac: switch to 2.5_beta
2009-01-05 Frederic Culot <frederic@culot.org>
* src/custom.c (custom_general_config, print_general_options):