Skip to content

Commit

Permalink
Merge pull request #149 from thbeu/remove-dbmalloc
Browse files Browse the repository at this point in the history
Remove USE_DBMALLOC completely
  • Loading branch information
rouault authored Aug 13, 2024
2 parents d003e51 + fb842ac commit fcb1ef7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions shpdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,5 @@ int main(int argc, char **argv)
printf("%d object has invalid ring orderings.\n", nInvalidCount);
}

#ifdef USE_DBMALLOC
malloc_dump(2);
#endif

exit(0);
}
4 changes: 0 additions & 4 deletions shptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,5 @@ int main(int argc, char **argv)
exit(10);
}

#ifdef USE_DBMALLOC
malloc_dump(2);
#endif

exit(0);
}
4 changes: 0 additions & 4 deletions shptreedump.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ int main(int argc, char **argv)

SHPClose(hSHP);

#ifdef USE_DBMALLOC
malloc_dump(2);
#endif

exit(0);
}

Expand Down

0 comments on commit fcb1ef7

Please sign in to comment.