PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ free_dumper_config()

static void free_dumper_config ( SHPDUMPERCONFIG config)
static

Definition at line 1104 of file shp2pgsql-gui.c.

1105 {
1106 
1107  if (config->table)
1108  free(config->table);
1109 
1110  if (config->schema)
1111  free(config->schema);
1112 
1113  if (config->geo_col_name)
1114  free(config->geo_col_name);
1115 
1116  if (config->shp_file)
1117  free(config->shp_file);
1118 
1119  /* Free the config itself */
1120  free(config);
1121 }
void free(void *)

References free(), shp_dumper_config::geo_col_name, shp_dumper_config::schema, shp_dumper_config::shp_file, and shp_dumper_config::table.

Referenced by pgui_action_handle_table_remove().

Here is the call graph for this function:
Here is the caller graph for this function: