PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ free_dumper_config()

static void free_dumper_config ( SHPDUMPERCONFIG config)
static

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

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