# File lib/rdf/redland/store.rb, line 33
    def TripleStore.create_finalizer(store)
      proc {|id| "Finalizer on #{id}"
        #$log_final.info "closing store"
        Redland::librdf_free_storage(store) if store
      }
    end