Files
lix/src/libstore
Eelco Dolstra 29cde917fe Fix deadlock in SubstitutionGoal
We were relying on SubstitutionGoal's destructor releasing the lock,
but if a goal is a top-level goal, the destructor won't run in a
timely manner since its reference count won't drop to zero.  So
release it explicitly.

Fixes #178.
2014-02-27 13:34:13 +01:00
..
2014-02-27 13:34:13 +01:00
2014-01-21 18:29:55 +01:00
2014-02-26 13:32:47 +01:00
2014-02-01 14:38:12 +01:00
2014-02-10 06:52:48 -05:00