Revert "Fix memory leak in search items" - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 864e9c534956afb2a429174e10cc9b4d6196fa05
parent 95c60192368eb92fd706aff387aa99df29c8f216
Author: Quentin Rameau 
Date:   Mon, 28 Oct 2019 12:42:32 +0100

Revert "Fix memory leak in search items"

This reverts commit 26bc04284d9becc870a6a036a9a6f9bdfba8ba2a.

There is actually no leek here as an item without data would not
already have a tag.

Diffstat:
  M sacc.c                              |       1 -

1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/sacc.c b/sacc.c
@@ -778,7 +778,6 @@ searchitem(Item *entry, Item *item)
                 clearitem(item);
         if (!item->dat) {
                 selector = item->selector;
-                free(item->tag);
                 item->selector = item->tag = sel;
                 dig(entry, item);
                 item->selector = selector;