mirror of https://github.com/ecmwf/eccodes.git
Free handle
This commit is contained in:
parent
9db69507ce
commit
9359aedc31
|
@ -56,6 +56,7 @@ static void* process_bufr(void* arg)
|
|||
CODES_CHECK(codes_set_long(h, "#3#verticalSignificanceSurfaceObservations", 8), 0);
|
||||
CODES_CHECK(codes_set_long(h, "pack", 1), 0);
|
||||
|
||||
codes_handle_delete(h);
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue