Well.... i'm still trying to free the texture from the video memory:

Texture := nil;
FreeAndNil( Texture );

I get the same result every time :|

So is there a function to release everything from the D3DPOOL_DEFAULT ?