Replies: 3 comments 3 replies
This comment has been minimized.
This comment has been minimized.
-
@Vaibtan The issue is caused by the You can temporarily bypass it by modifying the CFLAGS in the Makefile:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying out the example given in https://github.com/tquic-group/tquic-example-c/tree/main. After makefile compilation, I was getting this memory leak error when running the simple_client executable https://github.com/tquic-group/tquic-example-c/blob/main/simple_client.c . How should I resolve this?
![img](https://private-user-images.githubusercontent.com/93938070/346271843-95c87582-36a6-4502-a05d-2a66d0188633.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjM5ODcsIm5iZiI6MTczOTA2MzY4NywicGF0aCI6Ii85MzkzODA3MC8zNDYyNzE4NDMtOTVjODc1ODItMzZhNi00NTAyLWEwNWQtMmE2NmQwMTg4NjMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMTQ0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY0M2RkYjJhNzgwZWRjODM1YWJiNmZiMjAyMTQ2YzEyNTBjMjcyZTgyZTIyNTcxMTZkODhhMjgyYjc4NDc1ZjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Z0BpkjMoWKiyGwkD7AFhDLB6q8SfREWGXuQRm1VzJm0)
Beta Was this translation helpful? Give feedback.
All reactions