quintin-lee opened a new issue, #34064: URL: https://github.com/apache/arrow/issues/34064
### Describe the usage question you have. Please include as many useful details as possible. Hello, I am reading the documentation of https://arrow.apache.org/docs/c_glib/parquet-glib/. During the process, I found the question in the code below : ``` GParquetArrowFileReader *reader = gparquet_arrow_file_reader_new_path(filename, &error); ``` I am wondering how to release memory during the process, especially how to release the pointer of ` reader`. Best Regards ### Component(s) C, GLib -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
