mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
$NetBSD: patch-aa,v 1.1 2007/12/01 16:38:36 rillig Exp $
|
|
|
|
--- reiserfs.h.orig 2003-09-26 07:19:24.000000000 +0000
|
|
+++ reiserfs.h 2007-12-01 16:37:03.000000000 +0000
|
|
@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode
|
|
{
|
|
}
|
|
|
|
- ReiserFsBlock::~ReiserFsBlock()
|
|
+ ~ReiserFsBlock()
|
|
{
|
|
delete m_lpbMemory;
|
|
}
|