Clearing graphics object of a sprite when disposing it

Hi,
When I’m disposing a sprite which has drawings on its graphics object, Do I need to use “graphics.clear()” or is “mySprite = null” is enough?

thanks,

Nimrod