Revert "stackframe-children2"
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2013 10:52:33 +0000 (12:52 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2014 23:04:46 +0000 (00:04 +0100)
This reverts commit 7a17fcaa372749e6873c3a85098519d6ddb3e41b.

source3/smbd/process.c

index 849be4184caf0a6c89a8be81888cfd687bddfbb4..d8bd1b8f3fafa78cf5b52c87eb45c93baf3c8d93 100644 (file)
@@ -3738,10 +3738,6 @@ void smbd_process(struct tevent_context *ev_ctx,
                }
 
                talloc_free_children(frame);
-               if (talloc_total_blocks(frame) > 1) {
-                       TALLOC_FREE(frame);
-                       frame = talloc_stackframe_pool(8192);
-               }
        }
 
        exit_server_cleanly(NULL);