aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/result.txx')
-rw-r--r--odb/sqlite/result.txx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/sqlite/result.txx b/odb/sqlite/result.txx
index 728411d..9bcfe5f 100644
--- a/odb/sqlite/result.txx
+++ b/odb/sqlite/result.txx
@@ -60,9 +60,8 @@ namespace odb
object_traits::load_ (statements_, obj);
statements_.load_delayed ();
- object_traits::callback (db, obj, callback_event::post_load);
-
l.unlock ();
+ object_traits::callback (db, obj, callback_event::post_load);
}
template <typename T>