Skip to content

Commit

Permalink
tracking down memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Jan 31, 2019
1 parent 1c41368 commit 2903fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Qmoji.re
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ let main = (~assetsDir, ~emojis, ~onDone, hooks) => {
Config.useEmoji(emoji.name);
setSelection(0);
setText("");
/* Printf.printf("Unit: %d, Pos: %d\n", FluidMac.UnitTracker.size(), FluidMac.PosTracker.size()); */
/* print_endline("Ok"); */
onDone(Some(emoji.char))
};
let onCancel = () => onDone(None);
Expand Down

0 comments on commit 2903fa8

Please sign in to comment.