Skip to content

Commit

Permalink
Fix a sanitizer leak (f3d-app#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Apr 30, 2023
1 parent 25f69e2 commit a97e7d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .lsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ leak:nvidia-glcore
leak:ld-linux-x86-64

# OCCT
leak:TKernel
leak:TKXSBase
leak:TKBO
leak:TKG2d
leak:TKG3d
leak:TKMath
leak:TKMesh
leak:TKBO
leak:TKVCAF
leak:TKXSBase
leak:TKernel

# Potential mesa/VTK leak with incomplete callstack
# forces us to hide all leaks from the libf3dSDKTests
Expand Down

0 comments on commit a97e7d2

Please sign in to comment.