Damn missing line

This commit is contained in:
pancake 2017-12-20 19:23:09 +01:00
parent 220f552df1
commit 1d4cfea5cb

View File

@ -24,6 +24,7 @@ R_API void r_debug_snap_free(void *p) {
R_API int r_debug_snap_delete(RDebug *dbg, int idx) {
ut32 count = 0;
RDebugSnap *snap;
RListIter *iter;
if (idx == -1) {
r_list_free (dbg->snaps);