--- taxonomy_access.module	2010-02-20 15:17:02.000000000 -0600
+++ taxonomy_access.module.new	2010-02-20 15:50:12.000000000 -0600
@@ -238,5 +238,9 @@ function taxonomy_access_nodeapi(&$node,
       // restore terms that the user shouldn't have access to delete
       taxonomy_access_restore_terms($node->nid, $node->vid, $node->tac_protected_terms);
       break;
+    case 'delete':
+      // Remove our entries for this node from {node_access}.
+      node_access_write_grants($node,array(),'term_access');
+      break;
   }
 }
