Skip to content

Commit

Permalink
leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Jul 16, 2024
1 parent 4534757 commit 297453f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LASlib/lasdefinitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ class LASheader : public LASquantizer, public LASattributer
void clean_las_header()
{
memset((void*)this, 0, sizeof(LASheader));
attributes_linked = TRUE;
file_signature[0] = 'L'; file_signature[1] = 'A'; file_signature[2] = 'S'; file_signature[3] = 'F';
version_major = 1;
version_minor = 2;
Expand Down

0 comments on commit 297453f

Please sign in to comment.