tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Memory leak: tcc_add_file_internal()


From: Joey Degges
Subject: [Tinycc-devel] Memory leak: tcc_add_file_internal()
Date: Tue, 19 Jan 2010 09:51:50 -0800

Hello,

When the output type is set to TCC_OUTPUT_MEMORY the handle returned by
dlopen() is lost. Subsequent calls to tcc_delete() are not able to close this
handle with dlclose().

This occurrs in both the latest git code (libtcc.c:1118) and in the 0.9.25
release (libtcc.c:1983).

Is this desired behavior?

Thanks,
Joey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]