PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ free_dumper_config()

static void free_dumper_config ( SHPDUMPERCONFIG config)
static

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

1090 {
1091 
1092  if (config->table)
1093  free(config->table);
1094 
1095  if (config->schema)
1096  free(config->schema);
1097 
1098  if (config->geo_col_name)
1099  free(config->geo_col_name);
1100 
1101  if (config->shp_file)
1102  free(config->shp_file);
1103 
1104  /* Free the config itself */
1105  free(config);
1106 }
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: