modelon-community / fmi-library

C library for importing FMUs
Other
115 stars 34 forks source link

memory leak in fmi3_import_get_dll_path and fmi2_import_get_dll_path #101

Open KishorBasavaraju-NI opened 12 months ago

KishorBasavaraju-NI commented 12 months ago

Constructed dllDir (directory path) using fmi_construct_dll_dir_name is not freed in fmi3_import_get_dll_path and fmi2_import_get_dll_path function.

modelonrobinandersson commented 10 months ago

@KishorBasavaraju is this still an issue in release 3.0a3?

KishorBasavaraju-NI commented 9 months ago

@modelonrobinandersson Yes