This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
Pchen0
/
bfgminer
mirror of
https://github.com/luke-jr/bfgminer.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Bugfix: Release JSON received from RPC socket after we're done using it
Luke Dashjr
13 years ago
parent
aacf1e55d9
commit
6e204cd93b
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
api.c
+ 1
- 0
api.c
View File
@@ -1021,6 +1021,7 @@ void api(void)
}
}
}
}
}
}
+ json_decref(json_config);
}
}
if (!did)
if (!did)