PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ free_loader_config()

static void free_loader_config ( SHPLOADERCONFIG config)
static

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

989 {
990 
991  if (config->table)
992  free(config->table);
993 
994  if (config->schema)
995  free(config->schema);
996 
997  if (config->geo_col)
998  free(config->geo_col);
999 
1000  if (config->shp_file)
1001  free(config->shp_file);
1002 
1003  if (config->encoding)
1004  free(config->encoding);
1005 
1006  if (config->tablespace)
1007  free(config->tablespace);
1008 
1009  if (config->idxtablespace)
1010  free(config->idxtablespace);
1011 
1012  /* Free the config itself */
1013  free(config);
1014 }
void free(void *)

References shp_loader_config::encoding, free(), shp_loader_config::geo_col, shp_loader_config::idxtablespace, shp_loader_config::schema, shp_loader_config::shp_file, shp_loader_config::table, and shp_loader_config::tablespace.

Referenced by pgui_action_handle_file_remove().

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