I am using spawn-fcgi to start my application which take 3 parameters. when i try to use valgrind it gives no leak information.
i am using this command
valgrind --tool=memcheck --leak-check-full --trace-children=yes spawn-fcgi -s tempSocket ./myApp param1 param2 param3
spawn-fcgi only take one parameter and created child process for application.
Is there any way to get memory leakage for application?