More memory leak fixes.
Compare changes
@@ -83,6 +83,7 @@ typedef std::shared_ptr<NekMatrix<NekDouble> > SharedMatrix;
Broke another circular pointer dependency by turning shared_ptrs into weak_ptrs. Added code to tidy up CFI to plug those leaks. Added virtual destructor to NodalUtil so that the derived classes can be deleted.