Hello all. I'm having issues with my code for deleting a Node from a BST with one child. I can't see why it is crashing my program. Here's a sample of how I am deleting the node. Essentially I have a find function that returns true and sends to delete once the current node has an m_left or m_right that matches the word we are looking to remove. Here's a small snippet that is giving me trouble, and I can't see why