Skip to content

Commit 6bd74f5

Browse files
committed
Dispose the dimension label handle.
1 parent c6d05f7 commit 6bd74f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/TileDB.CSharp/DimensionLabel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public string GetUri()
129129
/// <inheritdoc/>
130130
public void Dispose()
131131
{
132-
throw new NotImplementedException();
132+
_handle.Dispose();
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)