Luis Ángel San Martín 936dd63d4c Wait for all threads to finish rendering before deleting the filters, otherwise any PageRender could try to use a filter after deleting it.
This is clear example of the risks of sharing raw pointers, the code should be using share_ptr.
2018-01-03 16:44:10 +01:00
..