Fix stuck at -1 return value when executing command line interface
This commit is contained in:
parent
f6c65d9c7a
commit
fb6d31c120
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user