Project

General

Profile

Bug #6066 » dl.return.patch

ext/dl patch - drbrain (Eric Hodel), 02/23/2012 09:39 AM

View differences:

ext/dl/handle.c (working copy)
return INT2NUM(ret);
}
rb_raise(rb_eDLError, "dlclose() called too many times");
return Qnil; /* not reached */
}
VALUE
(9-9/11)