|
@@ -164,6 +164,7 @@ int main(int argc, char **argv)
|
|
/* it is ok if a vector map is not connected o an attribute table */
|
|
/* it is ok if a vector map is not connected o an attribute table */
|
|
G_message(_("Map <%s> is not connected to a database"),
|
|
G_message(_("Map <%s> is not connected to a database"),
|
|
input);
|
|
input);
|
|
|
|
+ Vect_close(&Map);
|
|
exit(EXIT_SUCCESS);
|
|
exit(EXIT_SUCCESS);
|
|
}
|
|
}
|
|
else { /* num_dblinks > 0 */
|
|
else { /* num_dblinks > 0 */
|