> - Simply deleting the execution engine instance in the fibonacci code > and looping all the main code give me memory leaks. Can anybody > confirm this? > > - Conserving the module, the execution engine and the module > provider, but releasing the fibonacci function with: You can find out what exactly leaks with the help of valgrind.