From c7a0c5842c3f4149f3ec6424d9217424379d5449 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 4 Dec 2013 00:39:09 -0800 Subject: [PATCH] little TODO Change-Id: Icda704f63db4ad39ea4bfe13bb9b7d62b227d662 --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 1e2077aeb..bba853334 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,8 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- look into garbage from openpgp signing + -- make leveldb memdb's iterator struct only 8 bytes, pointing to a recycled object, and just nil out that pointer at EOF.