]> mj.ucw.cz Git - libucw.git/commit
Main: main_delete() must make the soon-to-be-deleted context current
authorMartin Mares <mj@ucw.cz>
Fri, 25 Feb 2011 23:23:25 +0000 (00:23 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 25 Feb 2011 23:23:25 +0000 (00:23 +0100)
commitd8eeaae62e2625f2fc171f9c97ac66e0430bc7bc
treeca6fb3cfca50bc8aec27062bf02c1fa7757f5ce8
parent95bd50076fa401d7afa96e410b7e3c4c66df2b1f
Main: main_delete() must make the soon-to-be-deleted context current

Otherwise, it might call signal_del() and file_del() on another
(or even undefined) context.
ucw/mainloop.c