Fix stuck at -1 return value when executing command line interface

This commit is contained in:
Mario Hüttel 2022-04-16 16:00:50 +02:00
parent f6c65d9c7a
commit fb6d31c120
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ int command_line_convert_gds(const char *gds_name,
gds_output_renderer_render_output(current_renderer, toplevel_cell, scale);
}
ret = 0;
ret_destroy_library_list:
clear_lib_list(&libs);
ret_clear_renderers: