src/server/util/object.c

branch
webdav
changeset 261
f2c772336ecd
parent 107
7e81699d1f77
child 415
d938228c382e
--- a/src/server/util/object.c	Sat Oct 24 17:34:32 2020 +0200
+++ b/src/server/util/object.c	Sun Nov 01 08:24:21 2020 +0100
@@ -38,7 +38,6 @@
 
 
 httpd_object* object_new(pool_handle_t *pool, char *name) {
-    // TODO: Speicherverwaltung
     httpd_object *obj = pool_malloc(pool, sizeof(httpd_object));
     obj->pool = pool;
     obj->name = name;

mercurial