From 23200153478a0a672ad375df3c87b1e93fea5102 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Fri, 28 Feb 2020 13:48:50 +0000 Subject: [PATCH] debugging the error --- src/binary_c_python.c | 2 +- src/binary_c_python_api.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binary_c_python.c b/src/binary_c_python.c index c9a3876d1..49fb8dbf7 100644 --- a/src/binary_c_python.c +++ b/src/binary_c_python.c @@ -470,7 +470,7 @@ static PyObject* binary_c_return_arglines(PyObject *self, PyObject *args) "Error in binary_c run : %s\n", error_buffer); } - + Safe_free(buffer); Safe_free(error_buffer); diff --git a/src/binary_c_python_api.c b/src/binary_c_python_api.c index 68be4e74c..903e60257 100644 --- a/src/binary_c_python_api.c +++ b/src/binary_c_python_api.c @@ -395,7 +395,7 @@ int return_arglines(char ** const buffer, stardata->preferences->batchmode = BATCHMODE_LIBRARY; /* List available arguments */ - binary_c_list_args(stardata); + // binary_c_list_args(stardata); /* get buffer pointer */ binary_c_buffer_info(stardata,buffer,nbytes); -- GitLab