Skip to content

Commit

Permalink
remove throw on Dtor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Dec 19, 2024
1 parent 9f6f008 commit 170baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/backend-v4l2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ namespace librealsense
if (_use_memory_map)
{
if(munmap(_start, _original_length) < 0)
throw linux_backend_exception("munmap");
LOG_DEBUG_V4L("munmap failed on buffer Dtor");
}
else
{
Expand Down

0 comments on commit 170baaf

Please sign in to comment.