no message

This was SVN commit r29.
This commit is contained in:
janwas 2003-11-05 22:35:14 +00:00
parent 8d0cb1b954
commit b5ec2ceec3

View File

@ -265,6 +265,10 @@ Handle h_alloc(const u32 key, const uint type, /*const size_t user_size,*/ DTOR
return 0;
}
hd->refs++;
if(puser)
*puser = hd;
return h;
}
}