1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

fix small memory leak

This commit is contained in:
Mitchell Livingston 2007-10-18 03:23:18 +00:00
parent e06d38b4c7
commit f3b856d1d9

View file

@ -121,6 +121,7 @@
[self callBackWithStatus: PORT_STATUS_ERROR]; [self callBackWithStatus: PORT_STATUS_ERROR];
} }
} }
[shieldsUpProbe release];
} }
else else
{ {