diff --git a/misc/coverity_model.c b/misc/coverity_model.c new file mode 100644 index 0000000..580fa5d --- /dev/null +++ b/misc/coverity_model.c @@ -0,0 +1,8 @@ +typedef struct gbinder_remote_request GBinderRemoteRequest; + +void +gbinder_remote_request_unref( + GBinderRemoteRequest* req) +{ + __coverity_free__(req); +}