9 lines
159 B
C
9 lines
159 B
C
typedef struct gbinder_remote_request GBinderRemoteRequest;
|
|
|
|
void
|
|
gbinder_remote_request_unref(
|
|
GBinderRemoteRequest* req)
|
|
{
|
|
__coverity_free__(req);
|
|
}
|