From a38f18e1c4d42688024c203a47a1f555c829e0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 23 Dec 2011 11:16:06 +0100 Subject: fix segfault in ecore_spec --- spec/ecore_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/ecore_spec.rb b/spec/ecore_spec.rb index 9d8010a..bccd1f9 100644 --- a/spec/ecore_spec.rb +++ b/spec/ecore_spec.rb @@ -144,6 +144,7 @@ describe "Efl::Ecore #{Efl::Ecore.version.full}" do Ecore.main_loop_iterate pipe.read_close pipe.write_close + pipe.del # without this, pipe is freed by autopointer, but after Ecore.shutdown then SIGSEV end it "manual destructor should not raise FFI::AutoPointer error" do data = FFI::MemoryPointer.from_string("none") -- cgit v1.1-2-g2b99