Re: [PATCH 2/2] ucrtbase: Implement _register_onexit_function()
24 Apr
2016
24 Apr
'16
6:28 p.m.
On 24.04.2016 20:05, Nikolay Sivov wrote:
+ table->_first = MSVCRT_calloc(sizeof(void *), 32);
Not really an issue, but shouldn't the first argument be the counter, and the second one the size?
24 Apr
24 Apr
6:52 p.m.
New subject: [PATCH 2/2] ucrtbase: Implement _register_onexit_function()
On 24.04.2016 21:28, Sebastian Lackner wrote:
On 24.04.2016 20:05, Nikolay Sivov wrote:
+ table->_first = MSVCRT_calloc(sizeof(void *), 32);
Not really an issue, but shouldn't the first argument be the counter, and the second one the size?
It should, I copied from existing function, worth fixing, thanks.
3521
Age (days ago)
3521
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Sebastian Lackner