Skip to content

Commit 1223199

Browse files
alranelfacchinm
authored andcommitted
Call end() upon destruction
1 parent 3c6a53a commit 1223199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/GATT.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GATTClass::GATTClass() :
3838

3939
GATTClass::~GATTClass()
4040
{
41-
clearAttributes();
41+
end();
4242
}
4343

4444
void GATTClass::begin()

0 commit comments

Comments
 (0)