Change linespec_result::location to be an event_location_up
[deliverable/binutils-gdb.git] / gdb / probe.c
index 4f4a5a3db10a4b4c3d283e5c282bdc604ef6a09a..c147810354ede3f384462478d41ef71a4fbb6f52 100644 (file)
@@ -205,7 +205,7 @@ parse_probes (const struct event_location *location,
       make_cleanup (xfree, canon);
       canonical->special_display = 1;
       canonical->pre_expanded = 1;
-      canonical->location = new_probe_location (canon).release ();
+      canonical->location = new_probe_location (canon);
     }
 
   do_cleanups (cleanup);
This page took 0.025035 seconds and 4 git commands to generate.