On Wed, 26 Feb 2014, Erich Gaertig wrote: > vtkUnstructuredGrid *grid; > grid = VTKIO (mesh).get_vtk_grid();
This constructs a temporary VTKIO object, gets a pointer to a grid object from it, then *destructs the temporary*. If this code *didn't* give you a segfault it would mean we had a memory leak. --- Roy ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
