Skip to content

Commit f5d14ef

Browse files
db4stefanseefeld
authored andcommitted
Fix issue boostorg#280
1 parent f7254f5 commit f5d14ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace
2121
object m_obj(((borrowed_reference_t*)m));
2222
scope current_module(m_obj);
2323

24-
handle_exception(init_function);
24+
if (handle_exception(init_function)) return NULL;
2525
}
2626

2727
return m;

0 commit comments

Comments
 (0)