mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fix code typo in recent commit
This commit is contained in:
@@ -38,7 +38,7 @@ plist_mem_free_wrapper(char * plist_ptr) {
|
||||
/* wrapper for plist_mem_free, only available since libplist 2.3.0 */
|
||||
if (plist_ptr) {
|
||||
#ifdef PLIST_230
|
||||
plist_mem_free (plst_ptr);
|
||||
plist_mem_free (plist_ptr);
|
||||
#else
|
||||
free (plist_ptr);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user