Skip to content

Commit

Permalink
raptor_world arg to raptor_free_world (instead of no args)
Browse files Browse the repository at this point in the history
  • Loading branch information
emgullufsen-lii authored and gkellogg committed Sep 28, 2024
1 parent 76411d5 commit 6392cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/raptor/ffi/v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module V2
typedef :int, :raptor_version
typedef :pointer, :raptor_iostream
attach_function :raptor_new_world_internal, [:raptor_version], :raptor_world
attach_function :raptor_free_world, [], :void
attach_function :raptor_free_world, [:raptor_world], :void
attach_function :raptor_alloc_memory, [:size_t], :pointer
attach_function :raptor_calloc_memory, [:size_t, :size_t], :pointer
attach_function :raptor_free_memory, [:pointer], :void
Expand Down

0 comments on commit 6392cea

Please sign in to comment.