Skip to content

Commit

Permalink
fix memory leak when modifying records
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Mar 11, 2024
1 parent 89a4c24 commit c1a7a8a
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 91 deletions.
3 changes: 1 addition & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# detect OS architecture and add flags
CXX = g++
# CXXFLAGS = -std=c++11 -g -Wall -fsanitize=address
CXXFLAGS = -std=c++11 -Wall
CXXFLAGS = -std=c++11 -g -Wall -fsanitize=address
HTSINC = /usr/local/include
HTSLIB = /usr/local/lib
LDFLAGS = -L$(HTSLIB) -Wl,-rpath,$(HTSLIB)
Expand Down
Loading

0 comments on commit c1a7a8a

Please sign in to comment.