Both aspp_new() and rpp_new() were only called by
aspp_init() and rpp_init(). Therefore, it makes more
sense to move the creation of these objects into the
init functions. I don't think we want to allow
uninitialized aspp and rpp objects to be created.