summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/vadxva2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/vadxva2.c b/libhb/vadxva2.c
index a810cc5af..cbcf39175 100644
--- a/libhb/vadxva2.c
+++ b/libhb/vadxva2.c
@@ -162,7 +162,7 @@ void hb_va_close( hb_va_dxva2_t *dxva2 )
if ( dxva2->nv12toyuv_tmp_out )
free( dxva2->nv12toyuv_tmp_out );
#endif
- free( dxva2->description );
+ dxva2->description = NULL;
free( dxva2 );
}