mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
a hopefully better error management in the marshaller
This commit is contained in:
@@ -29,7 +29,7 @@ void hs_free_unmarshaller(PgfUnmarshaller *unmarshaller)
|
||||
free(unmarshaller);
|
||||
}
|
||||
|
||||
void hs_free_reference(void *self, uintptr_t ref)
|
||||
void hs_free_reference(PgfUnmarshaller *self, uintptr_t ref)
|
||||
{
|
||||
hs_free_stable_ptr((HsStablePtr) ref);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user