Memory leak?
#1

Is there any problems if I do this?

PHP код:
main()
{
    
CallLocalFunction("func""iii"val1val2val3);
    
// or SetTimerEx("func", 5, false);
}
#include <YSI\y_hooks>
hook func(val1)
{
    
// I do not need val2 and val3 here, so there is just val1 as parameter
    //etc..
    
return 1;

I know it works and it compiles, but can this cause memory leaks / other problems?
Reply


Messages In This Thread
Memory leak? - by GaByM - 17.02.2018, 10:05
Re: Memory leak? - by Mugala - 17.02.2018, 10:10
Re: Memory leak? - by GaByM - 17.02.2018, 11:37
Re: Memory leak? - by OneDay - 17.02.2018, 11:49
Re: Memory leak? - by Dayrion - 17.02.2018, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)