BUG with using CCGridAction ?

(!)
I just found a BUG while using CCGridAction with some node , with checking the source code , I found that CCGridAction would call CCNode->setGrid() internal, but when the action destroyed , it did not set CCNode’s grid property back!
So, question is that: how could I set back CCNode’s grid property or it’s a BUG?