]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Uch, fix serious bug leading to a deadlock situation...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 18:01:31 +0000 (18:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 18:01:31 +0000 (18:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@6546 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index cca11b9e62c8e5dbcc3ec7b10ceae4c49b75a99b..2bba8eb3db46bafd88e03cac65b57f36749061f4 100644 (file)
@@ -305,7 +305,7 @@ SparseDirectMA27::~SparseDirectMA27()
                                          // first close down client
         detached_mode_data->mutex.acquire ();
         write (detached_mode_data->server_client_pipe[1], "7", 1);
-        detached_mode_data->mutex.acquire ();
+        detached_mode_data->mutex.release ();
         
                                          // then also delete data
         delete detached_mode_data;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.