Em sexta-feira, 14 de outubro de 2016, às 11:07:34 PDT, Thiago Macieira 
escreveu:
> What do you prefer?
> 
> 1) leak
> 2) crash and leak
> 
> Either way, the dlclose() call will not happen.
> 
> Note that this has nothing to do with freeing memory. Only the dlclose().

Actually, there's no distinction: both are leaks when the process exits.

The only difference is the cause of the exit: it's either a clean exit by 
returning from main, or a crash.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to