diff --git a/src/video_display/vrg.cpp b/src/video_display/vrg.cpp index 346732da7..a998fd8a8 100644 --- a/src/video_display/vrg.cpp +++ b/src/video_display/vrg.cpp @@ -131,7 +131,7 @@ struct state_vrg { #ifdef HAVE_CUDA video_frame_pool pool{0, vrg_cuda_allocator()}; #else - video_frame_pool pool{0, vrg_cuda_allocator()}; + video_frame_pool pool{0, default_data_allocator()}; #endif high_resolution_clock::time_point t0 = high_resolution_clock::now();