Initialize all frontend functions when creating a new frontend
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 26 Oct 2008 15:47:14 +0000 (13:47 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 26 Oct 2008 15:47:14 +0000 (13:47 -0200)
atom/frontend.c

index 64d33d5..b634c38 100644 (file)
@@ -41,6 +41,9 @@ atom_frontend_new ()
   frontend->map_entries = NULL;
   frontend->is_feed = NULL;
   frontend->get_request = NULL;
+  frontend->handle_error = NULL;
+  frontend->handle_entry = NULL;
+  frontend->handle_feed = NULL;
   return frontend;
 }