haiku/headers
Michael Lotz bf685cdf2e kernel: Fix missing reference release in CreateThreadEvent.
CreateThreadEvent::DoDPC() missed a reference release to balance the
acquired reference before queuing the DPC, resulting in the
CreateThreadEvent objects being leaked.

This also removes the destructor that tried to cancel the DPC. Since
the class is reference counted and only destroyed when the DPC has
run and released the last reference, this didn't make much sense.
2014-11-01 16:32:04 +01:00
..
build Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
compatibility histedit.h: Add missing #include <sys/cdefs.h> 2014-03-15 04:34:46 +01:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add the at() method to C++ vectors. 2014-10-26 20:28:21 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Fix infinite recursion in agg when drawing bezier with invalid points 2014-10-20 15:54:58 +02:00
os fdt: humble beginnings of Flattened Device Tree 2014-10-31 11:14:05 +01:00
posix string.h: include strings.h for compatibility. 2014-10-30 00:20:13 +01:00
private kernel: Fix missing reference release in CreateThreadEvent. 2014-11-01 16:32:04 +01:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00