Skip to content
Commit d870015b authored by David Zeuthen's avatar David Zeuthen
Browse files

udisks2: Fix some memory leaks

https://bugzilla.redhat.com/show_bug.cgi?id=790062



This was done using the following rather simple script

 #!/bin/bash
 while true; do
     losetup -f /home/davidz/Downloads/Fedora-16-x86_64-Live-Desktop.iso
     losetup -D
 done

and then running it as root.

Signed-off-by: default avatarDavid Zeuthen <davidz@redhat.com>
parent 54b1069f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment