Skip to content

Commit a66c4ea

Browse files
authored
Merge branch 'main' into workflow/update-protos
2 parents a4211ee + da6a896 commit a66c4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/module/service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ModuleService::~ModuleService() {
260260

261261
if (parent_) {
262262
try {
263-
parent_->close();
263+
parent_.reset();
264264
} catch (const std::exception& exc) {
265265
VIAM_SDK_LOG(error) << exc.what();
266266
}

0 commit comments

Comments
 (0)