PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ free_dumper_config()

static void free_dumper_config ( SHPDUMPERCONFIG config)
static

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

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