Hello

I am running my application on Open Suse10.2 and i am using "Valgrind"
to detect memory leaks in the program.

I want to know how to suppress the memory leaks created in the dynamically linked libraries,since i want to know precisely where my program is leaking rather than in the linked libraries.

Thank You,