mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Damn missing line
This commit is contained in:
parent
220f552df1
commit
1d4cfea5cb
@ -24,6 +24,7 @@ R_API void r_debug_snap_free(void *p) {
|
|||||||
|
|
||||||
R_API int r_debug_snap_delete(RDebug *dbg, int idx) {
|
R_API int r_debug_snap_delete(RDebug *dbg, int idx) {
|
||||||
ut32 count = 0;
|
ut32 count = 0;
|
||||||
|
RDebugSnap *snap;
|
||||||
RListIter *iter;
|
RListIter *iter;
|
||||||
if (idx == -1) {
|
if (idx == -1) {
|
||||||
r_list_free (dbg->snaps);
|
r_list_free (dbg->snaps);
|
||||||
|
Loading…
Reference in New Issue
Block a user