1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/dl
nagachika acd893d175 merge revision(s) r45291,r45299,r45314,r45325: [Backport #9518]
* ext/dl/cptr.c (dlptr_free), ext/dl/handle.c (dlhandle_free),
	  ext/fiddle/handle.c (fiddle_handle_free),
	  ext/fiddle/pointer.c (fiddle_ptr_free): fix memory leak.
	  based on the patch Heesob Park at [ruby-dev:48021] [Bug #9599].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-04 17:32:44 +00:00
..
test_base.rb merge revision(s) 44598,44599,44600: 2014-01-15 02:29:58 +00:00
test_c_struct_entry.rb test/dl: no warnings 2012-11-29 02:58:34 +00:00
test_c_union_entity.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_callback.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_cfunc.rb suppress warnings: unused variables 2012-11-30 19:10:12 +00:00
test_cparser.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_cptr.rb merge revision(s) r45291,r45299,r45314,r45325: [Backport #9518] 2014-05-04 17:32:44 +00:00
test_dl2.rb * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
test_func.rb * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call unbind to release the callback closure because maximum number of callbacks is limited to DL::MAX_CALLBACK (== 5) with pure DL without Fiddle. 2012-12-11 15:44:22 +00:00
test_handle.rb merge revision(s) r45291,r45299,r45314,r45325: [Backport #9518] 2014-05-04 17:32:44 +00:00
test_import.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_win32.rb