mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: fix memory leak in configure test
This commit is contained in:
parent
1ae43a25ff
commit
87e5df48de
@ -998,10 +998,12 @@ int main()
|
||||
if (rc != SQLITE_OK)
|
||||
{
|
||||
printf("error 2: %s\\n", sqlite3_errmsg(db));
|
||||
sqlite3_close(db);
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("yes, has rtree!\\n");
|
||||
sqlite3_close(db);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user