Skip to content

Commit

Permalink
Re #8360. Suppress reported leaks from SurfaceFactory.
Browse files Browse the repository at this point in the history
I don't think that these are really leaks, it's just that they are owned
by the static SurfaceFactory instance.
  • Loading branch information
RussellTaylor committed Mar 10, 2014
1 parent fecb73c commit ac6912b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Code/Tools/Valgrind/GeometryTest.supp
Expand Up @@ -27,4 +27,12 @@
fun:_ZN20TColgp_Array1OfPnt2dC1Eii
...
}

{
<SurfaceFactory_singleton>
Memcheck:Leak
fun:_Znwm
fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
...
fun:_ZN6Mantid8Geometry14SurfaceFactory15registerSurfaceEv
...
}

0 comments on commit ac6912b

Please sign in to comment.