diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 71f7bce8..1773f9c3 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1284,6 +1284,7 @@ void stream_close(Stream *st) if ( st == NULL ) return; free(st->audit_info); free(st->geometry_file); + data_template_free(st->dtempl); fclose(st->fh); free(st); } |