mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
Fix button leak
This commit is contained in:
parent
aba55454af
commit
4f29ff5b7d
@ -124,6 +124,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
[result setAction: @selector(_alertButton:)];
|
||||
[result setTag: returnCode];
|
||||
[_buttons addObject: result];
|
||||
[result release];
|
||||
_needsLayout = YES;
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user