Memleaks - #16
Memleaks#16
Conversation
|
hardcode 100 is un-acceptable |
|
ok you'r right - any idea why the ecalloc call leaks? on |
|
I will have a look, I am busy with other stuffs, anyway I recently did some changes relates to resource handling. ,, which should affects lua in resource handling, maybe you could have a look? php/php-src@6230493...77b164e |
|
ok got it - problem was the *params rebased the commit - so the arg limit is no more! test results with |
|
ohh and thx for your resource stuff - lua doesnt seem to be affected - but my other extension is 😄 i came up with this solution in my wich ports the calls if they aren't defined. sorry to missuse this PR - can i ask you, if you would help me with getting a pecl account (sponsoring user) for the extension here https://github.com/Bartlby/bartlby-php? |
|
you could try to send a mail to pecl-dev@ php list, if people think your ext is good, then it could be list in PECL... |
|
k - thx - and this PR is going to get merged? |
There was a problem hiding this comment.
please do not use c99 style comment , use /* */
48c5de6 to
5e5fefc
Compare
* no more outstanding memory leaks
|
k - rebased! remove all C99 comments (basicly useless, and reminder how it was before 😈 ) all tests pass with |
no more outstanding memory leaks
ALL tests pass with
-m