opnsense-ports/sysutils/rfstool/files/patch-reiserfs.h
Franco Fichtner e2e9f18bcc */*: sync with upstream
Taken from: FreeBSD
2016-06-21 05:37:51 +02:00

11 lines
260 B
C

--- reiserfs.h.orig 2016-06-20 13:19:25 UTC
+++ reiserfs.h
@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode
{
}
- ReiserFsBlock::~ReiserFsBlock()
+ ~ReiserFsBlock()
{
delete m_lpbMemory;
}