Lots of fixes for SV hacking in get video driver for SDL::Video
[sdlgit/SDL_perl.git] / t / core_overlay.t
index 38cb83a..b80fdba 100644 (file)
@@ -14,5 +14,10 @@ my $overlay = SDL::Overlay->new( 100, 100, SDL_YV12_OVERLAY, $display);
 
 isa_ok( $overlay, 'SDL::Overlay');
 
+$overlay = undef;
+
+$display = undef;
+
+